galactic-bot/options.json
2022-04-23 01:16:56 +03:00

71 lines
1.6 KiB
JSON

{
"discord": {
"prefix": "!",
"developers": [
"132620781791346688",
"132777808362471424"
],
"clientOptions": {
"intents": [
"GUILDS",
"GUILD_MEMBERS",
"GUILD_MESSAGES",
"GUILD_VOICE_STATES",
"GUILD_WEBHOOKS",
"GUILD_BANS",
"GUILD_PRESENCES"
]
},
"invite": "https://discord.gg/49u6cHu",
"shardOptions": {
"totalShards": "auto"
},
"slashCommands": {
"developerGuilds": [
"264527028751958016"
]
}
},
"logger": {
"directory": "/logs/"
},
"storage": {
"mongodb": {
"database": "galactic",
"tables": [
"guilds",
"attachments",
"permissions",
"webhooks",
"wordwatcher",
"users"
]
},
"mariadb": {
"tables": []
}
},
"api": {
"load": false,
"http": {
"port": 5000
},
"domain": "galactic.corgi.wtf",
"authCallback": "/api/auth/login",
"dashboardUrl": "/dashboard",
"discord": {
"scope": [
"identify",
"guilds"
],
"token": ""
},
"logger": {
"webhook": {
"disabled": false
}
},
"shardCount": 1,
"debug": true
}
}