custom_responses.yml

ServerBot Configuration Files

# Available trigger types: EQUALS, EQUALS_IGNORE_CASE, STARTS_WITH, STARTS_WITH_IGNORE_CASE, ENDS_WITH, ENDS_WITH_IGNORE_CASE, CONTAINS, CONTAINS_IGNORE_CASE, REGEX, COMMAND

# Available Placeholders: {member_icon}, {member_tag}, {member_mention}, {member_id}, {guild_icon}, {guild_name} & {guild_count}

# Current actions (case-sensitive): 'DELETE' <-- deletes commands after execution

# Permissions (case-sensitive): https://ci.dv8tion.net/job/JDA5/javadoc/net/dv8tion/jda/api/Permission.html (they only require one of the permissions listed)

# This is for embed messages.
embeds:
- triggers:
  - mantic
  actions:
  - DELETE
  permissions: []
  trigger-type: COMMAND
  embed:
    embed-title: Mantic Development
    embed-author: ''
    embed-author-image: ''
    embed-description:
    - Join our [discord](https://discord.mantic.dev) to find out more about our products.
    embed-thumbnail: https://avatars.githubusercontent.com/u/82052105?s=200&v=4
    embed-image: ''
    embed-footer: discord.gg/Mantic
    embed-footer-icon: ''
    embed-timestamp: false
    embed-colour: ''
    fields: []

# This is for text messages.
messages:
- triggers:
  - example
  actions:
  - DELETE
  permissions: []
  trigger-type: COMMAND
  message:
  - Hi {member_mention}, this is an example custom message which can be configured
    in custom_responses.yml!

Last updated