reactionroles.yml

ServerBot Configuration Files


# Reaction Roles
# This is the configuration file for the reaction roles feature.
# You can add/remove roles by using the commands /reactionrole add/remove.
# You can use the above commands on normal messages as well as on the panel message.
# You can send the panel by using the command /reactionrole send.
# You can also edit the messages in this file.

role-format: '{emoji} - {role}'
panel-embed:
  embed-title: Reaction Roles
  embed-author: ''
  embed-author-image: ''
  embed-description:
  - React to the message below to get the role assigned to the reaction.
  - ''
  - '{roles}'
  embed-thumbnail: ''
  embed-image: ''
  embed-footer: Change this message in the config file.
  embed-footer-icon: ''
  embed-timestamp: false
  embed-colour: ''
  fields: []

send-role-dm: true

role-added:
  embed-title: Role added
  embed-author: ''
  embed-author-image: ''
  embed-description:
  - You have been given the role `{role}`.
  embed-thumbnail: ''
  embed-image: ''
  embed-footer: '{guild_name}'
  embed-footer-icon: ''
  embed-timestamp: false
  embed-colour: ''
  fields: []

role-removed:
  embed-title: Role removed
  embed-author: ''
  embed-author-image: ''
  embed-description:
  - You have been removed from the role `{role}`.
  embed-thumbnail: ''
  embed-image: ''
  embed-footer: '{guild_name}'
  embed-footer-icon: ''
  embed-timestamp: false
  embed-colour: ''
  fields: []

# Data - don't touch unless you know what you're doing (use commands like /reactionrole send/add/remove instead)
roles: []

Last updated