Replies: 2 comments 16 replies
-
You need to enable |
Beta Was this translation helpful? Give feedback.
3 replies
-
intent = discord.Intents.default()
intent.members = True
intent.message_content = True Should work fine (and in fact, it does for everyone else who does this). You can go to the developer panel and uncheck the message content intent, save, then toggle it back on and save again and see it that fixes it. |
Beta Was this translation helpful? Give feedback.
13 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I just upgraded to development version of discord.py
I fixed some things like awaited cogs loading and switched to start coroutine from run command
Bot logs in alright but commands are not working
I checked the latest documentation from here
I cross checked most of the stuff but still commands are not working
Note: I am not using any hybrid/slash commands just normal commands.command(s) and all commands were working before upgrading
Here is the code:
I removed like most of the commands to simplify the code.
Console logs:
Beta Was this translation helpful? Give feedback.
All reactions