diff options
author | 2018-10-09 17:59:20 +1100 | |
---|---|---|
committer | 2018-10-09 17:59:20 +1100 | |
commit | 3e547aa2ff677bfe2b32af6ec41c9cefc7b6d3ca (patch) | |
tree | 752cd2831e8b8bad8c2a0c54bf89b65ebd9c0645 /bot/cogs/resources | |
parent | Delete candy_collection.py (diff) |
candy-collection
Diffstat (limited to 'bot/cogs/resources')
-rw-r--r-- | bot/cogs/resources/candy_collection.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/bot/cogs/resources/candy_collection.json b/bot/cogs/resources/candy_collection.json new file mode 100644 index 00000000..2b9a30a6 --- /dev/null +++ b/bot/cogs/resources/candy_collection.json @@ -0,0 +1,25 @@ +{ + "msg_reacted": [ + { + "reaction": "\ud83c\udf6c", + "msg_id": 499064137188638730, + "won": true, + "user_reacted": 230214242618441728 + }, + { + "reaction": "\ud83c\udf6c", + "msg_id": 499064204570132500, + "won": false + } + ], + "records": [ + { + "userid": 1234567890, + "record": 4 + }, + { + "userid": 9876543210, + "record": 10 + } + ] +}
\ No newline at end of file |