bot=false
#415
Replies: 2 comments 1 reply
-
async def on_ready(): Became very long, why? |
Beta Was this translation helpful? Give feedback.
1 reply
-
I don't think that you need to have |
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
-
raise TypeError("unexpected keyword argument(s) %s" % list(kwargs.keys())) TypeError: unexpected keyword argument(s) ['bot']
bot.run(token, bot=False) - I used to point it out and it worked, now it doesn't
Beta Was this translation helpful? Give feedback.
All reactions