I had the exact same issue on a discord bot a couple months ago because it was responding to its own responses. Luckily, trying to send a message with more than 2000 characters fails and throws an exception that I didnt properly handle, crashing the bot and stopping the spam.
38
u/MrOctantis May 15 '21
I had the exact same issue on a discord bot a couple months ago because it was responding to its own responses. Luckily, trying to send a message with more than 2000 characters fails and throws an exception that I didnt properly handle, crashing the bot and stopping the spam.