pacapon / StyroBotPy

Python version of my custom DiscordBot, based on Rapptz discord.py
MIT License
2 stars 0 forks source link

The help command breaks if the help for a plugin is too long #23

Closed zylozs closed 7 years ago

zylozs commented 7 years ago

Have the bot automatically split the help command into multiple messages if it detects the string to be too long for discord.

You should split at a new line (\n) to prevent breaking the text