diff options
author | 2018-10-11 14:18:13 -0700 | |
---|---|---|
committer | 2018-10-11 14:18:13 -0700 | |
commit | 8b2fa26a065b18cb9c4aa441eb1b6e360594a462 (patch) | |
tree | 9a949b5b5e4389d896ecb87c8b94e255d5553cda /bot/resources | |
parent | Initial commit. (diff) | |
parent | Remove extra params to pepper (diff) |
Merge branch 'deploy' of https://github.com/dfitzpatrick/hacktoberbot into 31-vote-for-favorite-monster
# Conflicts:
# Pipfile
Diffstat (limited to 'bot/resources')
-rw-r--r-- | bot/resources/monstersurvey/monstersurvey.json (renamed from bot/resources/monstersurvey.json) | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bot/resources/monstersurvey.json b/bot/resources/monstersurvey/monstersurvey.json index 7a8c2043..7e923dcc 100644 --- a/bot/resources/monstersurvey.json +++ b/bot/resources/monstersurvey/monstersurvey.json @@ -1,5 +1,8 @@ { "Frankenstein's Monster": { "votes": [] - } + }, + "Count Dracula": { + "votes": [] + } } |