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
this code is so extremely janky but I'm not completely sure how to address it
should probably look more into documentation
a theoretical way this could trigger is if a TextChannel would be deleted before the request is made or if the channel was just null in the first place, or some other possible error occurs which just happens repeatedly
in any of those cases it would just make requests infinitely. enough of those and discord will boot that bot offline
The text was updated successfully, but these errors were encountered:
https://github.com/omg-games/lame-bots/blob/70ecc3dce8c79298036b8cd37383f1264aa450ae/lame-bot/src/client.js#L52-L70
this code is so extremely janky but I'm not completely sure how to address it
should probably look more into documentation
a theoretical way this could trigger is if a TextChannel would be deleted before the request is made or if the channel was just null in the first place, or some other possible error occurs which just happens repeatedly
in any of those cases it would just make requests infinitely. enough of those and discord will boot that bot offline
The text was updated successfully, but these errors were encountered: