Button Messages
Response with a message to a button.
Creating a button message
You can create multiple button messages for a single message.
Button roles can only be placed on messages & embeds sent by evelina. Learn how to create an embed here!
Syntax: ;buttonmessage add [message] [label] [emoji] [color] [embed]
Example: ;buttonmessage add .../channels/... Rules ✅ green {embed}$v{description: Hello World!}

If you don't want a name or an emoji on the button, you can enter "none" as the name/emoji for either of them.
Editing a button response
You can edit a specific button response by using the buttonmessage edit
command.

Syntax: ;buttonmessage edit [button_id] [embed]
Example: ;buttonmessage edit XUrAZTY2 {embed}$v{description: Hello World!}

Removing a button response
You can remove a specific button message by using the buttonmessage remove
command.
Syntax: ;buttonmessage remove [button_id]
Example: ;buttonmessage remove XUrAZTY2

Removing all button response for a message
Additionally, you can remove all button roles from a message by using the buttonmessage clear
command.
Syntax: ;buttonmessage clear [message]
Example: ;buttonmessage clear .../channels/...

Last updated