d-bot
Version:
A quirky Discord bot made for single, small, private servers
43 lines (42 loc) • 880 B
JSON
{
"token": "your_bot_token",
"owner": "your_discord_id",
"prefixes": [
"/",
"!"
],
"adminRole": "some_role_id",
"privateChannels": [],
"noLogServers": [],
"noLogChannels": [],
"allowCustomColors": true,
"minecraft": {
"ip": "123.123.123.123",
"port": 27015
},
"mumble": {
"email": "cooldude@example.com",
"apiKey": "your_commandchannel_mumble_api_key"
},
"starbound": {
"statusImage": "https://clanforge.multiplay.co.uk/"
},
"7d": {
"ip": "123.123.123.123",
"telnetPort": 25436,
"telnetPass": "rosebud"
},
"userAliases": {
"some_user_id": ["joe", "joey"]
},
"timezones": {
"Eastern": "America/New_York",
"New Zealand": "Pacific/Auckland"
},
"comic": {
"channel": "busy_channel_id",
"users": {
"user_id": "user_name"
}
}
}