From b28915466492b11c6f6a1bdb884b4ea58216be38 Mon Sep 17 00:00:00 2001 From: Dan Hess Date: Fri, 6 Jan 2017 21:58:39 -0600 Subject: [PATCH] Updated the settings to include the required extensions, and add a few new keys --- config.yml.sample | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config.yml.sample b/config.yml.sample index 2e370b7..1b7e5dd 100644 --- a/config.yml.sample +++ b/config.yml.sample @@ -6,8 +6,14 @@ default_status: '!help for a list of commands' discord_bots_key: 'key' carbon_key: 'key' twitch_key: 'key' +youtube_key: 'key' +osu_key: 'key' +da_id: 'id' +da_secret: 'key' +dev_server: 'https://discord.gg/123456' user_agent: 'User-Agent/1.0.0 (Comment like link to site)' +extensions: [cogs.cog1, cogs.cog2] shard_count: 1 shard_id: 0