Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Utilize discord's embeded bot messages to make messages pretty #77

Open
aaronhauth opened this issue Sep 25, 2020 · 0 comments
Open

Utilize discord's embeded bot messages to make messages pretty #77

aaronhauth opened this issue Sep 25, 2020 · 0 comments
Projects

Comments

@aaronhauth
Copy link

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

@dtcarls dtcarls added this to To do in Chat Bot Dec 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: To do
Development

No branches or pull requests

1 participant