diff options
| author | 2020-03-20 18:16:44 -0400 | |
|---|---|---|
| committer | 2020-03-20 18:16:44 -0400 | |
| commit | 55aac3508b30ffbb26a74372f958bc526a9773fc (patch) | |
| tree | 620601201c74a56f71dda42cfd73823002fe6311 /bot/resources/halloween | |
| parent | Battleships - change hard-coded strings in subcommand (diff) | |
| parent | Merge pull request #373 from python-discord/python38 (diff) | |
Merge branch 'master' into battleships
Diffstat (limited to 'bot/resources/halloween')
| -rw-r--r-- | bot/resources/halloween/candy_collection.json | 2 | ||||
| -rw-r--r-- | bot/resources/halloween/halloweenify.json | 2 | ||||
| -rw-r--r-- | bot/resources/halloween/spooky_rating.json | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/bot/resources/halloween/candy_collection.json b/bot/resources/halloween/candy_collection.json index bebcd4fc..9aa78a5f 100644 --- a/bot/resources/halloween/candy_collection.json +++ b/bot/resources/halloween/candy_collection.json @@ -1 +1 @@ -{"msg_reacted": [{"reaction": "\ud83c\udf6c", "msg_id": 514442189359546375, "won": true, "user_reacted": 95872159741644800}, {"reaction": "\ud83c\udf6c", "msg_id": 514442502460276740, "won": true, "user_reacted": 178876748224659457}], "records": [{"userid": 95872159741644800, "record": 1}, {"userid": 178876748224659457, "record": 1}]}
\ No newline at end of file +{"msg_reacted": [{"reaction": "\ud83c\udf6c", "msg_id": 514442189359546375, "won": true, "user_reacted": 95872159741644800}, {"reaction": "\ud83c\udf6c", "msg_id": 514442502460276740, "won": true, "user_reacted": 178876748224659457}], "records": [{"userid": 95872159741644800, "record": 1}, {"userid": 178876748224659457, "record": 1}]} diff --git a/bot/resources/halloween/halloweenify.json b/bot/resources/halloween/halloweenify.json index 88c46bfc..af9204b2 100644 --- a/bot/resources/halloween/halloweenify.json +++ b/bot/resources/halloween/halloweenify.json @@ -79,4 +79,4 @@ "Pale Man": "https://i2.wp.com/macguff.in/wp-content/uploads/2016/10/Pans-Labyrinth-Movie-Header-Image.jpg?fit=630%2C400&ssl=1" } ] -}
\ No newline at end of file +} diff --git a/bot/resources/halloween/spooky_rating.json b/bot/resources/halloween/spooky_rating.json index 1815befc..d9c8dcb7 100644 --- a/bot/resources/halloween/spooky_rating.json +++ b/bot/resources/halloween/spooky_rating.json @@ -44,4 +44,4 @@ "text": "You are the evillest creature in existence to scare anyone and everyone humanly possible. The reason your underlings are called mortals is that they die. With your help, they die a lot quicker. With all the evil power in the universe, you know what to do.", "image": "https://raw.githubusercontent.com/python-discord/seasonalbot/master/bot/resources/halloween/spookyrating/devil.jpeg" } -}
\ No newline at end of file +} |