mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-12-28 22:33:02 +05:00
32 lines
No EOL
747 B
JSON
32 lines
No EOL
747 B
JSON
{
|
|
"token": "XXXXXXXXXXXXXXXXXXXXXXXXXXXX",
|
|
"userId": "XXXXXXXXXXXXXXXXXXXXXXXXXXXX",
|
|
"mongoDB": "mongodb://127.0.0.1:27017/discordbot",
|
|
"production": true,
|
|
"spotify": {
|
|
"clientId": "XXXXXXXXXXXXXXXXXXXXXXXXXXXX",
|
|
"clientSecret": "XXXXXXXXXXXXXXXXXXXXXXXXXXXX"
|
|
},
|
|
"youtubeCookie": "XXXXXXXXXXXXXXXXXXXXXXXXXXXX",
|
|
"support": {
|
|
"id": "123456789098765432",
|
|
"logs": "123456789098765432",
|
|
"invite": "https://discord.gg/discord"
|
|
},
|
|
"embed": {
|
|
"color": "#00FF00",
|
|
"footer": {
|
|
"text": "My Discord Bot | v1.0.0"
|
|
}
|
|
},
|
|
"owner": {
|
|
"id": "123456789098765432"
|
|
},
|
|
"apiKeys": {},
|
|
"paths": {
|
|
"commands": "./src/commands",
|
|
"events": "./src/events",
|
|
"locales": "./src/services/languages/locales"
|
|
},
|
|
"defaultLang": "en-US"
|
|
} |