-
im new to python, and coding in general and am trying to start off with something just for myself like this, i dont know if im using the wrong way to make a command, but when i do the command, my account just doesnt respond.
any help is greatly appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I don't recommend starting off with something this complex for your first Python/coding adventures. Also, do you have a specific reason for using a selfbot? You probably don't need to. As for your issue, if you're trying to run the command with the same account as the one you're running the bot on, the first if statement in on_message will stop you. |
Beta Was this translation helpful? Give feedback.
I don't recommend starting off with something this complex for your first Python/coding adventures. Also, do you have a specific reason for using a selfbot? You probably don't need to.
As for your issue, if you're trying to run the command with the same account as the one you're running the bot on, the first if statement in on_message will stop you.