From f9ad6634b93fb10d6da1c22067ef77b76948071b Mon Sep 17 00:00:00 2001 From: Phxntxm Date: Sun, 21 Aug 2016 20:58:08 -0500 Subject: [PATCH] Updated to include steam and carbonitex key --- README.md | 2 ++ config.yml.sample | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index ebe829c..a0ea8b7 100644 --- a/README.md +++ b/README.md @@ -22,3 +22,5 @@ The only required file to modify would be the config.yml.sample file. The entrie - default_stats: The default status to use when the bot is booted up, which will populate the "game" that the bot is playing - battleWins: A list of random "outcomes" to the battle command, needs to be in the exact format provided in the sample file. `{0}` is the winner, `{1}` is the loser - discord_bots_key: The key for the [bots.discord.pw site](https://bots.discord.pw/#g=1), if you don't have a key just leave it blank, it should fail and log the failure +- carbon_key: The key used for the [carbonitex site(https://www.carbonitex.net/discord/bots) +- steam_key: The steam token that is used for the API calls diff --git a/config.yml.sample b/config.yml.sample index 41ed029..e0d2180 100644 --- a/config.yml.sample +++ b/config.yml.sample @@ -4,5 +4,7 @@ description: 'Blah' command_prefix: '!' default_status: '!help for a list of commands' discord_bots_key: 'key' +carbon_key: 'key' +steam_key: 'key' battleWins: ["{0} wins, {1} loses"]