forked from embee/woomy
update configTemplate
This commit is contained in:
parent
a5ee79476f
commit
d07a680b77
1 changed files with 6 additions and 2 deletions
|
@ -11,8 +11,12 @@ const config = {
|
||||||
// Tokens
|
// Tokens
|
||||||
"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
|
||||||
"ytkey": "", // Youtube API key, needed for music searching to work
|
"dblkey": "", // (optional) top.gg key, sends bot statistics to top.gg. You do not need this.
|
||||||
"dblkey": "", // top.gg key, sends bot statistics to top.gg. You do not need this.
|
|
||||||
|
// Configurable API endpoints
|
||||||
|
endpoints: {
|
||||||
|
invidious: 'https://invidio.us/api/'
|
||||||
|
},
|
||||||
|
|
||||||
// Default per-server settings
|
// Default per-server settings
|
||||||
"defaultSettings" : {
|
"defaultSettings" : {
|
||||||
|
|
Loading…
Reference in a new issue