This commit is contained in:
Slipstream 2025-04-27 01:05:44 -06:00
parent 9abcbf84af
commit 7694545cbc
Signed by: slipstream
GPG Key ID: 13E498CE010AC6FD

View File

@ -15,6 +15,7 @@ intents.members = True
# Create bot instance with command prefix '%' # Create bot instance with command prefix '%'
bot = commands.Bot(command_prefix='%', intents=intents) bot = commands.Bot(command_prefix='%', intents=intents)
bot.owner_id = int(os.getenv('OWNER_USER_ID'))
@bot.event @bot.event
async def on_ready(): async def on_ready():