8 lines
165 B
JSON
8 lines
165 B
JSON
{
|
|
"token": "YOUR_BOT_TOKEN",
|
|
"guildId": "YOUR_GUILD_ID",
|
|
"channelIds": ["CHANNEL_ID_1", "CHANNEL_ID_2"],
|
|
"dataDir": "./data",
|
|
"attachmentConcurrency": 3
|
|
}
|