ts fuckass minigames file will be the death of me

This commit is contained in:
WhatDidYouExpect 2025-07-22 00:19:55 +02:00
parent f17db0d22c
commit 7d6c5aae51
4 changed files with 127 additions and 5 deletions

View file

@ -66,5 +66,7 @@ else:
# Set up Discord bot intents and create bot instance
intents: discord.Intents = discord.Intents.default()
intents.messages = True
intents.presences = True
intents.members = True
intents.message_content = True
bot: commands.Bot = commands.Bot(command_prefix=PREFIX, intents=intents, allowed_mentions=discord.AllowedMentions(everyone=False, roles=False, users=False, replied_user=True))