-
Beta Was this translation helpful? Give feedback.
Answered by
Rapptz
Nov 12, 2020
Replies: 1 comment 1 reply
-
A few issues.
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A few issues.
commands.Cog.listener()
on something that isn't a listener. This isn't an error but it is a bit odd to see.or
keyword does not work like this. You want to dostatus in ('a', 'b')
instead.