Add a way to filter similar messages from being send to discord channel.
For example you have a user who abusing command (like a bind a key or something) and sending multiple times a same command. I suggest to add throttling or hash last send command. If new message is the same, skip it and process only new ones. It should decrease messages amount and we won't raise Discord API rate limit.

Add a way to filter similar messages from being send to discord channel.
For example you have a user who abusing command (like a bind a key or something) and sending multiple times a same command. I suggest to add throttling or hash last send command. If new message is the same, skip it and process only new ones. It should decrease messages amount and we won't raise Discord API rate limit.