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: ""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.
Language
Only languages which translation files are in the /ScpToolsBot/lang/ can be entered in the language field
The langage changes all text that is displayed by the bot to the users. Log messages are not affected from this.
You can easily replace the en_US with any language that is avaidible. Avaidible languages are:
If you want to translate the bot into your own language or change something about the translation, look here:
TranslationDebug
The advanced debug option can spam your console, to make reading live logs, almost impossible. Only use it if you know what you are doing. Also note that advanced_debug can only be activated when debug is also activated.
These are the avaidible debug modes. They are supposed to be used for finding errors in the configurations or the bot itself.
Debug
This shown so called DEBUG logs. They contain some additional information about the bot's processes and running tasks.
Advanced Debug
This shows so called TRACER logs. They contain all information about the bot's processes and running tasks.
Updates
This regulates which types of updates will be shown to users. Note that the update checker itself cannot be deactivated, just regulated.
Activity
The default activity displays PLAYING /help. The /help command can only be used by administrators, making this activity misleading in a way. Remove it to be sure prevent frustration.
Last updated