forked from Dougley/DougleyBot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json.example
18 lines (18 loc) · 1012 Bytes
/
config.json.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"discord_email" : "E-mail address from the bot's Discord account",
"discord_password" : "Password from the bot's Discord account",
"youtube_api_key": "Create one here: https://console.developers.google.com",
"imgflip_username": "Imgflip username",
"imgflip_password": "Imgflip password",
"wolfram_api_key": "Optional, not currently needed",
"myapifilms_token": "http://api.myapifilms.com/requestToken.do",
"steam_api_key": "http://steamcommunity.com/dev/apikey",
"google_custom_search": "https://github.com/SteamingMutt/DougleyBot/wiki/CSE",
"hypixel_api_key": "Go to mc.hypixel.net and type "/api" to get the key",
"command_prefix": "Enter a symbol you want to use as the command prefix",
"log_chat": false,
"join_servers_on_startup": "Enter a instant-invite here that you want the bot to join on start-up",
"admin_ids": ["108125505714139136", "107904023901777920", "110147170740494336"],
"image_folder": "./images",
"music_folder": "./music"
}