Trying to add commands to test them but the self bot isnt detecting the commands at all #528
-
hello, im just trying to get my bot to respond to my messages when i type a certain command, but it seems to not be able to detect the commands at all, but it does respond the on message event. I'm not sure if im doing something wrong or if self bot cant respond to commands |
Beta Was this translation helpful? Give feedback.
Answered by
dolfies
Jul 3, 2023
Replies: 1 comment 1 reply
-
You've set |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
dolfies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You've set
self_bot=True
, which only allows the bot to respond to its own messages. Please reference the documentation.