Files
DiscordClone/Discord Backup Bot/config.example.json
Bryan1029384756 b83360db35
Some checks failed
Build and Release / build-and-release (push) Has been cancelled
bump
2026-04-20 17:09:04 -05:00

8 lines
165 B
JSON

{
"token": "YOUR_BOT_TOKEN",
"guildId": "YOUR_GUILD_ID",
"channelIds": ["CHANNEL_ID_1", "CHANNEL_ID_2"],
"dataDir": "./data",
"attachmentConcurrency": 3
}