I can't run it #7773
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
According to the dpy tag Why does my bot doesn't respond to commands in v2.0? / Why is
|
Beta Was this translation helpful? Give feedback.
-
Does your code have |
Beta Was this translation helpful? Give feedback.
According to the dpy tag
?tag wmc
:Why does my bot doesn't respond to commands in v2.0? / Why is
message.content
not there.Discord.py v2.0 has migrated to api v10, and with this has come the introduction of
Intents.message_content
, which is disabled by default.This means that you will need to explicitly enable it in code and in the panel, at https://discord.com/developers/applications.
NOTE: Still not responding to commands? see …