diff options
author | 2018-11-20 15:45:53 -0500 | |
---|---|---|
committer | 2018-11-20 15:45:53 -0500 | |
commit | 44825f97ea399fc077ec2d964d1a6c9da2069fed (patch) | |
tree | 008b24bc7cf84a95b638bdacc73a9ec195ea330a /bot/resources | |
parent | Merge branch 'markylon-gif' (diff) |
Add typing context manager where appropriate
Some minor syntax & logic fixes where noticed
Diffstat (limited to 'bot/resources')
-rw-r--r-- | bot/resources/halloween/monstersurvey.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bot/resources/halloween/monstersurvey.json b/bot/resources/halloween/monstersurvey.json index 99a3e96f..b430b6c0 100644 --- a/bot/resources/halloween/monstersurvey.json +++ b/bot/resources/halloween/monstersurvey.json @@ -24,7 +24,8 @@ "summary": "Who let this guy write this? That's who the real monster is.", "image": "https://avatars0.githubusercontent.com/u/24819750?s=460&v=4", "votes": [ - 95872159741644800 + 95872159741644800, + 129606635545952258 ] } }
\ No newline at end of file |