From 3e547aa2ff677bfe2b32af6ec41c9cefc7b6d3ca Mon Sep 17 00:00:00 2001 From: mathsman5133 Date: Tue, 9 Oct 2018 17:59:20 +1100 Subject: candy-collection --- bot/cogs/resources/candy_collection.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 bot/cogs/resources/candy_collection.json (limited to 'bot/cogs/resources') 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 -- cgit v1.2.3 From c9791bcf1b8ca8ba6ca8d53ce5612ea271073a78 Mon Sep 17 00:00:00 2001 From: mathsman5133 <38833292+mathsman5133@users.noreply.github.com> Date: Wed, 10 Oct 2018 11:05:14 +1100 Subject: Update candy_collection.json add new line --- bot/cogs/resources/candy_collection.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bot/cogs/resources') diff --git a/bot/cogs/resources/candy_collection.json b/bot/cogs/resources/candy_collection.json index 2b9a30a6..70dabd05 100644 --- a/bot/cogs/resources/candy_collection.json +++ b/bot/cogs/resources/candy_collection.json @@ -22,4 +22,4 @@ "record": 10 } ] -} \ No newline at end of file +} -- cgit v1.2.3 From 7d624d9852cb38a50c15c41c074e2ea7301cabca Mon Sep 17 00:00:00 2001 From: mathsman5133 Date: Sun, 14 Oct 2018 20:10:40 +1100 Subject: clean json file --- bot/cogs/resources/candy_collection.json | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) (limited to 'bot/cogs/resources') 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 - } + ] } -- cgit v1.2.3