Update code naar 2.0 versie van discordpy #17

Merged
jp merged 6 commits from 2.0-update into master 2022-11-02 22:25:26 +01:00
Showing only changes of commit e7284d2c28 - Show all commits
+1
View File
@@ -24,6 +24,7 @@ async def add_cogs(bot):
intents = discord.Intents.default() intents = discord.Intents.default()
intents.message_content = True intents.message_content = True
intents.members = True
bot = commands.Bot(command_prefix=commands.when_mentioned_or('!'), description='Stroopwafel. Shitpost bot extraordinaire.', pm_help=True, intents=intents) bot = commands.Bot(command_prefix=commands.when_mentioned_or('!'), description='Stroopwafel. Shitpost bot extraordinaire.', pm_help=True, intents=intents)