discord.py embed length greater than 1024 code example
Example: discord.py embed length greater than 1024
embed add field has limit of 1024 while your embed(description=) have limit of 2000 so try using it instead of add field.
embed add field has limit of 1024 while your embed(description=) have limit of 2000 so try using it instead of add field.