You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically, whenever I drop the connection either intentionaly or on accident my bot stops doing anything, even if I call a function that tells the gateway to do something.
I run this function in a loop. It works for the first server, but then becomes idle:
Here is an example of how it looks.
Sorry for the poor screenshot
The text was updated successfully, but these errors were encountered:
try sending op14 to the second server using bot.gateway.SubscribeToGuildEvents(), you will get a KeyError but just wrap that in a try/except and let it pass, it should still work. See that issue I linked for more info, I think that might solve the problem for you
Basically, whenever I drop the connection either intentionaly or on accident my bot stops doing anything, even if I call a function that tells the gateway to do something.
I run this function in a loop. It works for the first server, but then becomes idle:
Here is an example of how it looks.
Sorry for the poor screenshot
The text was updated successfully, but these errors were encountered: