woder/TorchBot

!list kicks the bot

Closed this issue · 2 comments

On what I think was a Notchian server, I tried using !list, and the bot was reliably kicked from the server.
I imagine this is because of the quick series of chat messages being sent with no delay.

Hello! Yes I have seen this error in the help command of the bot, to combat this I created a class called delayedmessagesender which, as you might guess, sends a series of messages with a delay. I will look into making sure this class is being used for the list command.

woder commented

Fixed