📚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!

Language: "" - Sets the default bot language

Activity Settings

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 Setting

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

Current configuration uses public lavalink servers. You may edit this to add your own lavalink server(s).

Host: "" - Your Lavalink Host Port: 80 - Your Lavalink Port Password: "" - Your Lavalink Password (If Applicable) Secure: false - If server is with SSL then true, otherwise false.

Commands.yml

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

Commands_locale.json

This file allows you to modify or add languages.

Currently only English, Spanish, and Korean have been added. More coming soon!

Messages.yml

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

Last updated