We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
These are just suggestions, what do you think @Multivit4min ? I can implement it if you agree.
The text was updated successfully, but these errors were encountered:
With rich-embed it could look like this:
{ "content": "**39** Commands found:", "embed": { "color": 14758968, "thumbnail": { "url": "https://sinusbot.github.io/logo.png" }, "fields": [ { "name": "!help", "value": "Displays this text" }, { "name": "!man", "value": "Displays detailed help about a command if available" }, { "name": "!register", "value": "Register a new user" } ] } }
Benefits:
Downsides:
backend.extended().createMessage()
reply()
The first downside is currently stopping me from implementing it because that makes is really annoying :/
Sorry, something went wrong.
No branches or pull requests
These are just suggestions, what do you think @Multivit4min ? I can implement it if you agree.
The text was updated successfully, but these errors were encountered: