python-discord-webhook
python-discord-webhook copied to clipboard
How would I add buttons to the webhook?
With embed, I tried multiple button modules but none seem to work.
Found something ?
Will work on it
Will work on it
Any updates to this?
@Artucuno There is already a branch in which the implementation has been started. Buttons and other components in webhook messages are only possible if the webhook was created via an application. Webhooks created by the user cannot use this.