-
Notifications
You must be signed in to change notification settings - Fork 28
Error when I start the server #36
Comments
Can you give me full code? |
I receive this error only on DMs, the 2nd message to send gives me the error but
|
Okay, here's the problem: |
I tried that but it doesn't even send 1 message, because ctx.channel is None. |
ctx.channel being None is super weird, maybe it's related to some caching reasons |
What I don't understand is that it doesn't happen when I use |
I get this error when I start the server. The 1st request doesn't work.
When I print the ctx, the channel is None for the 1st request but isn't for the next ones.
Then I have this error when I use :
await ctx.send(...)
I tried with bot.command and it works
But not when I use slash.command
The text was updated successfully, but these errors were encountered: