You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Without intents, the bot cannot see guild messages, and it can't connect to a vc, for example.
To fix this, line 12 should be bot = commands.Bot(command_prefix=config.BOT_PREFIX, pm_help=True, case_insensitive=True, intents=discord.Intents.default())
you can also change intents to discord.Intents.all() if you feel like it.
The text was updated successfully, but these errors were encountered:
Without intents, the bot cannot see guild messages, and it can't connect to a vc, for example.
To fix this, line 12 should be bot = commands.Bot(command_prefix=config.BOT_PREFIX, pm_help=True, case_insensitive=True, intents=discord.Intents.default())
you can also change intents to discord.Intents.all() if you feel like it.
The text was updated successfully, but these errors were encountered: