Roxxers / roxbot

Roxbot: An inclusive modular multi-purpose Discord bot. Built with love (and discord.py)
MIT License
21 stars 5 forks source link

Embed type command capped at 256 characters in description only #32

Closed jdude104 closed 5 years ago

jdude104 commented 5 years ago

In the new rich embed command type, the text for the description section is capped at 256 characters even though discord supports up to 2048 characters. This same restriction is not placed on footer though, making the limit seemingly pointless.

Roxxers commented 5 years ago

Fixed in v2.0.2. This now checks footer like it should do.