|
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! |
Answered by
dolfies
Jul 1, 2021
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. |
0 replies
Answer selected by
datsam101
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to 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.