JaBa/config.sample.json
Jonny_Bro 1ec5fc66c7
feat: rewrite config command
chore: updated depends

fix: deprecated warnings
use new i18n from client
2025-03-06 10:58:01 +05:00

29 lines
No EOL
696 B
JSON

{
"token": "XXXXXXXXXXXXXXXXXXXXXXXXXXXX",
"mongoDB": "mongodb://127.0.0.1:27017/discordbot",
"production": true,
"spotify": {
"clientId": "XXXXXXXXXXXXXXXXXXXXXXXXXXXX",
"clientSecret": "XXXXXXXXXXXXXXXXXXXXXXXXXXXX"
},
"youtubeCookie": "XXXXXXXXXXXXXXXXXXXXXXXXXXXX",
"devGuildsIds": [],
"embed": {
"color": "#00FF00",
"footer": {
"text": "My Discord Bot | v1.0.0"
}
},
"owner": {
"id": "123456789098765432"
},
"_comment_paths": "Change './src' to './dist' for prod",
"paths": {
"commands": "./src/commands",
"events": "./src/events",
"locales": "./src/services/languages/locales",
"tasks": "./src/helpers/tasks"
},
"defaultLang": "en-US",
"apiKeys": {}
}