Member.kick and member.ban not working #6004
Unanswered
advaitvariyar
asked this question in
Q&A
Replies: 2 comments
-
the error is nothing to do with the command its coming from your |
Beta Was this translation helpful? Give feedback.
0 replies
-
Where is the |
Beta Was this translation helpful? Give feedback.
0 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.
-
This is the code for my kick command in my discord bot:
However, when I call this command I get no output. I tried print debugging the code and it always stops at the line
await member.kick(reason=reason)
. This is the exception I get:Could someone help me out to fix this problem?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions