forked from embee/woomy
1.2.2
This commit is contained in:
parent
2408257b44
commit
177f4e2b52
7 changed files with 70 additions and 32 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue