This commit is contained in:
Emily 2020-03-26 18:26:22 +11:00
parent 2408257b44
commit 177f4e2b52
7 changed files with 70 additions and 32 deletions

View file

@ -2,6 +2,12 @@ const config = {
// ID's
"owners": [], // Adding your ID here will give you access to dangerous commands like eval. Please be careful with who you add here! Eval can be used to modify the host machine.
// Host options
"devmodeEnabled": false, // true or false
"loggingServer": "", // server ID, or blank to disable
"startupLogs": "", // Channel ID, or blank to disable
"consoleLogs": "", // Channel ID, or blank to disable
// Tokens
"token": "", // Your bot's token.
"devtoken": "", // (optional) another token, meant for a bot used for development