From 7ef50546a8938612ca8f3e208cabf6d9eac8017c Mon Sep 17 00:00:00 2001 From: 0ceanlight Date: Sun, 3 Jan 2021 17:33:27 -0600 Subject: added fair day && streak tracking, function to set timezone --- fair.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 fair.json (limited to 'fair.json') diff --git a/fair.json b/fair.json new file mode 100644 index 0000000..3814d20 --- /dev/null +++ b/fair.json @@ -0,0 +1,14 @@ +{ + "exampleUserId": { + "day": "total days user said 'fair'", + "streak": "fair streak", + "date": "date 'fair' was said last", + "timezone": "Defaults to Europe/London" + }, + "615658069132836865": { + "day": -64, + "streak": 2, + "date": "2021-01-03", + "timezone": "Pacific/Honolulu" + } +} \ No newline at end of file -- cgit v1.2.3