forked from embee/woomy
missing config values
This commit is contained in:
parent
c59bf6c245
commit
fa99b7b1a1
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ const config = {
|
||||||
"token": "", // Your bot's token.
|
"token": "", // Your bot's token.
|
||||||
"devtoken": "", // (optional) another token, meant for a bot used for development
|
"devtoken": "", // (optional) another token, meant for a bot used for development
|
||||||
"dblkey": "", // (optional) top.gg key, sends bot statistics to top.gg. You do not need this.
|
"dblkey": "", // (optional) top.gg key, sends bot statistics to top.gg. You do not need this.
|
||||||
|
"sentry": "",
|
||||||
|
"server": "",
|
||||||
|
|
||||||
// Configurable API endpoints
|
// Configurable API endpoints
|
||||||
endpoints: {
|
endpoints: {
|
||||||
|
|
Loading…
Reference in a new issue