-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathexampleconfig.json
More file actions
14 lines (14 loc) · 975 Bytes
/
Copy pathexampleconfig.json
File metadata and controls
14 lines (14 loc) · 975 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"token": "Insert main bots token",
"debug-token": "cheeseburger bot supports a debug bot, so that you can test things without having to reset the main bot",
"prefix": "bot prefix",
"debug-prefix": "debug bots prefix",
"debug": "(yes) to start the debug bot, (no) to start the main bot",
"pinwebhookurl": "webhook that the $archive command will use",
"owner-ids": ["the ID of the owner (insert as int, not string)", "this is a list so you can put in multiple ids"],
"snipe-channel": "the ID of the channel the bot will use to store pictures",
"fwtarchive-pic-channel": "the ID of the channel the bot will use to store the pictures from fwtarchive",
"fwtarchive-channel": "the ID of the channel the bot will use to store the messages from fwtarchive",
"fwtarchive-server": "the ID of the server you will use for the fwtarchive command",
"fwtarchive-exclude-list": ["a list of IDs of channels you want to exclude from auto-fwtarchive"]
}