Button Messages

Response with a message to a button.

Creating a button message

You can create multiple button messages for a single message.

Syntax: ;buttonmessage add [message] [label] [emoji] [color] [embed]
Example: ;buttonmessage add .../channels/... Rules ✅ green {embed}$v{description: Hello World!}

Editing a button response

You can edit a specific button response by using the buttonmessage edit command.

You can use the buttonmessage list command to see all button roles in your server.

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