diff options
author | 2018-10-14 20:10:40 +1100 | |
---|---|---|
committer | 2018-10-14 20:10:40 +1100 | |
commit | 7d624d9852cb38a50c15c41c074e2ea7301cabca (patch) | |
tree | 9a79495c7f4f87c69b6b43a484d8db8e33abd08d /bot/cogs | |
parent | fixed docstring and position of constants (diff) |
clean json file
Diffstat (limited to 'bot/cogs')
-rw-r--r-- | bot/cogs/resources/candy_collection.json | 21 |
1 files changed, 2 insertions, 19 deletions
diff --git a/bot/cogs/resources/candy_collection.json b/bot/cogs/resources/candy_collection.json index 70dabd05..6313dd10 100644 --- a/bot/cogs/resources/candy_collection.json +++ b/bot/cogs/resources/candy_collection.json @@ -1,25 +1,8 @@ { "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 - } + ] } |