Skip to content
This repository was archived by the owner on Feb 26, 2018. It is now read-only.

Config.json

Remco edited this page Dec 12, 2015 · 1 revision

A bit of info about config.json

{
    "discord_email" : "foo@bar.com",
    "discord_password" : "hunter2",
    "youtube_api_key": "YouTUbe_APi_kEY24342",
    "imgflip_username": "foobar",
    "imgflip_password": "hunter2",
    "wolfram_api_key": "WOlfRAm_apI_KeY2352",
    "myapifilms_token": "MYapiFIlmS_ToKEN4255",
    "steam_api_key": "SteAM_ApI_Key2452453",
    "google_custom_search": "GOogLE_CuSTom_SEArcH_KeY233425",
    "command_prefix": "!",
    "log_chat": false,
    "join_servers_on_startup": "https://discord.gg/0cFoiR5QVh4agupi",
    "admin_ids": ["108125505714139136", "107904023901777920", "110147170740494336"],
    "image_folder": "./images",
    "music_folder": "./music"
}

Above is an example of a fully completed config.json

About certain values.

log_chat: If this is set to true instead of false, the bot will log all of the messages send to servers he's active on, and not just executed commands.
For example, when this is true, the bot will generate files along the lines of this:

Sat, 12 Dec 2015 13:54:03 GMT: Dougleybot Test Server, general: Dougley said <Anything I say will be logged.>

join_servers_on_startup: If a valid instant-invite is entered here, the bot will try to join that server on startup.
image_folder: If you want to send pictures from a different folder than the default, enter the full path to that folder.
music_folder: If you want to play music from a different folder than the default, enter the full path to that folder.
admin_ids: Enter the Discord ID's of users that need administrative privileges here, the 3 ID's given are from SteamingMutt, Mirrowbreak, and Perpetucake.

Clone this wiki locally