ts fuckass minigames file will be the death of me
This commit is contained in:
parent
f17db0d22c
commit
7d6c5aae51
4 changed files with 127 additions and 5 deletions
|
@ -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))
|
Loading…
Add table
Add a link
Reference in a new issue