📚Configuration Files

Making the bot to your liking

Config.YML

General Settings

Token: "" # Your discord bot token (Find it in the Discord Developers Page)

LicenseKey: "" # Set your license, if you don't have it claim it in our discord!

EmbedColor: "" # Set the color you want, using hex!

Activities

Enabled: true # If you want the activities enabled or disabled

- ["Activity", "The text you want", "State"]

Available Activities:

  • Playing

  • Watching

  • Listening

Available States:

  • Online

  • DnD (Do Not Disturb)

  • Idle

  • Invisible

Example:

- ["Playing", "play.example.net", "dnd"]

Interval: "1m" # The time between the activity will change.

Database

Uri: "" # If you want a free MongoDB Database, go to the next step

Commands.YML

This file allows you to modify the permissions for each command by using either the role IDs or names.

Messages.yml

In this file, you can change each message and customize it to your liking!

Last updated