galactic-bot/options.json

38 lines
852 B
JSON
Raw Normal View History

2021-08-16 23:01:08 +02:00
{
"discord": {
"prefix": "]",
2021-08-24 11:24:11 +02:00
"developers": ["132620781791346688", "132777808362471424"],
2021-08-16 23:01:08 +02:00
"clientOptions": {
"intents": [
2021-08-24 14:57:12 +02:00
"GUILDS",
"GUILD_MEMBERS",
"GUILD_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": [
"264527028751958016"
]
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",
2021-08-26 06:05:39 +02:00
"permissions"
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
}
}
}