diff --git a/Stroopwafel.py b/Stroopwafel.py index e90c8c9..43807a8 100644 --- a/Stroopwafel.py +++ b/Stroopwafel.py @@ -24,6 +24,7 @@ async def add_cogs(bot): intents = discord.Intents.default() 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)