Getting Started

This is the most standard configuration, consisting of token, secret, language, updating etc

Tokens

These are values that are essential for the bot's functionality, they can not be missing/aren't optional

# The token of your bot application, create one here https://discord.com/developers/
token: ""
# The client secret of your bot, get it from here https://discord.com/developers/ under OAuth section
client_secret: ""
# Your server ID, you can get it by activating discord developer mode and right-clicking your server
guild_id: ""
Token

The discord bot token can be found on the discord developer portal after creating a new application. For a detailed guide on the creation of a discord app, look here. Search for it in the bot section.

Client Secret

The client secret can be found on the discord developer portal after creating a new application. For a detailed guide on the creation of a discord app, look here. Search for it in the OAuth section.

Guild Id

The guild id is the Id of your discord server. You can copy it after activating discords developer mode:

  1. Head to the Settings

  2. Go to the Advanced section

  3. Activate "Developer Mode"

  4. Right-Click your Server and click on copy guild id

Last updated