1
0
Fork 0
mirror of synced 2024-05-16 10:32:25 +12:00

Updated to include steam and carbonitex key

This commit is contained in:
Phxntxm 2016-08-21 20:58:08 -05:00
parent 48ccf886b5
commit f9ad6634b9
2 changed files with 4 additions and 0 deletions

View file

@ -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

View file

@ -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"]