You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The problem that I see is that a discord message is sent in a very bot-like format (fixed-width text, minimal formatting, etc.)
Describe the solution you'd like
utilize a form of discord embeds that allows a message to be send in a prettified format. This would require sending a special object in a discord request includes formatting data. For an example of what an embedd looks like, and the code thats included in it, see this link
Describe alternatives you've considered
that specific object is required for pretty embedding.
Additional context
Here's an example of how discord.js does embeds. From looking at this code, it looks like there's no integration with a discord python library, so some work around making an object in python that includes embedding would be necessary
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The problem that I see is that a discord message is sent in a very bot-like format (fixed-width text, minimal formatting, etc.)
Describe the solution you'd like
utilize a form of discord embeds that allows a message to be send in a prettified format. This would require sending a special object in a discord request includes formatting data. For an example of what an embedd looks like, and the code thats included in it, see this link
Describe alternatives you've considered
that specific object is required for pretty embedding.
Additional context
Here's an example of how discord.js does embeds. From looking at this code, it looks like there's no integration with a discord python library, so some work around making an object in python that includes embedding would be necessary
The text was updated successfully, but these errors were encountered: