Getting Started
This is the most standard configuration, consisting of token, secret, language, updating etc
Tokens
Not entering the token, secret or guild id can result in crashes/immediate shutdown
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: ""
Last updated