Evelina
HomeStatusCommandsFAQInviteSupport Server
  • Overview
    • Introduction
    • Donator Perks
  • Security Setup
    • Antinuke
      • Role creation
      • Role deletion
      • Role editing
      • Role giving
      • Role locking
      • Channel creation
      • Channel deletion
      • Kick
      • Ban
      • Bot adding
    • Join Gate
    • Moderation
    • Auto Moderation
      • Invite
      • Words
      • Spamming
      • Repeat
    • Fake Permissions
  • Server Configuration
    • Roles
      • Vanity Roles
      • Booster Roles
      • Reaction Roles
      • Button Roles
    • Messages
      • System Messages
      • Auto Responders
      • Auto Messages
      • Button Messages
    • Logging
    • Starboard
    • VoiceMaster
    • Level Rewards
    • Bump Reminder
    • Reaction Triggers
    • Command Aliases
  • Miscellaneous
    • Music
    • Tickets
    • Counters
    • Webhook
    • Giveaway
    • Invite Tracker
  • Economy
    • General
  • Business
  • Laboratory
  • Company
  • Cards
  • Games
  • Integrations
    • Last.fm
  • Social Notifications
  • Resources
    • Syntax
    • Scripting
      • Embeds
      • Variables
      • Pagination
    • Permissions
    • Punishments
  • Common Issues
    • iOS Dash
    • Server Removal
Powered by GitBook
On this page
  • Creating a button message
  • Editing a button response
  • Removing a button response
  • Removing all button response for a message
  1. Server Configuration
  2. Messages

Button Messages

Response with a message to a button.

PreviousAuto MessagesNextLogging

Last updated 7 days ago

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 !

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.

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/...
here