Open Utkarsh-Patel-13 opened 11 months ago
If implemented correctly this would solve #143 and #185.
I'd advocate for a flexible global helper for embeds. Preferably a class that inherits from the discord.Embed
. Initial class implementation is the challenge there, but it would be easier to fix in areas where embeds are used.
Discord Contact Details
389718094270038018
Title
Adding various limit checks for embed.
What problem does this address?
Embeds have the following limits:
None of the
discord.Embed
s in the codebase has these checks. These checks are crucial for long embeds like Infractions.How would this solve the problem?
Possible Solutions:
discord.Embed