Derpius / pythonsourceserverdiscordbot

Discord bot for my Python source server query library
GNU General Public License v3.0
3 stars 1 forks source link

[bug] Message overflow on reply to rcon command #23

Closed Derpius closed 3 years ago

Derpius commented 3 years ago

Describe the bug If you send a super long command to rcon that's close enough to the char limit, the additional text the bot adds in the reply exceeds the char limit.

Easy to fix by just truncating the reply's copy of the command and adding ... or something.

Derpius commented 3 years ago

Fixed in 1c96dcc7df89b8b98a0345183c9ae5f1a7a8c4ce