galactic-bot/options.json

74 lines
1.7 KiB
JSON
Raw Normal View History

2021-08-16 23:01:08 +02:00
{
"discord": {
2022-04-23 00:16:56 +02:00
"prefix": "!",
2022-01-27 00:13:42 +01:00
"developers": [
"132620781791346688",
"132777808362471424"
],
2021-08-16 23:01:08 +02:00
"clientOptions": {
2022-04-29 19:09:06 +02:00
"partials": ["CHANNEL"],
"intents": [
2021-08-24 14:57:12 +02:00
"GUILDS",
"GUILD_MEMBERS",
2022-03-15 01:03:31 +01:00
"GUILD_MESSAGES",
"GUILD_VOICE_STATES",
"GUILD_WEBHOOKS",
2022-04-04 13:31:14 +02:00
"GUILD_BANS",
2022-04-29 19:09:06 +02:00
"GUILD_PRESENCES",
"DIRECT_MESSAGES"
]
2021-08-16 23:01:08 +02:00
},
2021-08-25 22:15:15 +02:00
"invite": "https://discord.gg/49u6cHu",
2021-08-16 23:01:08 +02:00
"shardOptions": {
"totalShards": "auto"
},
"slashCommands": {
"developerGuilds": [
2022-04-25 13:09:43 +02:00
"264527028751958016",
"207880433432657920"
]
2021-08-16 23:01:08 +02:00
}
},
"logger": {
"directory": "/logs/"
},
"storage": {
"mongodb": {
2021-08-25 22:50:21 +02:00
"database": "galactic",
"tables": [
"guilds",
"attachments",
2022-01-17 16:45:02 +01:00
"permissions",
2022-03-28 00:43:05 +02:00
"webhooks",
2022-04-06 20:37:21 +02:00
"wordwatcher",
"users"
2021-08-25 22:50:21 +02:00
]
2021-08-26 06:05:39 +02:00
},
"mariadb": {
"tables": []
2021-08-16 23:01:08 +02:00
}
2022-01-27 00:13:42 +01:00
},
"api": {
2022-04-22 17:12:06 +02:00
"load": false,
2022-01-27 00:13:42 +01:00
"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
2021-08-16 23:01:08 +02:00
}
}