From 47dbe68d400739f39dea20ea2e45483d679cd862 Mon Sep 17 00:00:00 2001 From: Ayaan-Govil <38332695+Ayaan-Govil@users.noreply.github.com> Date: Sat, 9 Jan 2021 09:30:42 -0800 Subject: [PATCH] v4.0.0 Update - Automatic tournament reminders This update introduces an automatic tournament reminder system, which messages users an hour before their tournaments begin. There are also several other fixes/changes scattered throughout the code. --- package.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 21a3180..b30c858 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tournabot", - "version": "3.0.1", + "version": "4.0.0", "description": "Streamline smash.gg tournaments and improve user quality-of-life.", "main": "index.js", "scripts": { @@ -8,9 +8,10 @@ "start": "node index.js", "test": "nodemon -e js" }, - "author": "Ayaan Govil", + "author": "Ayaan-Govil", "license": "GPL-3.0", "dependencies": { + "accurate-interval": "^1.0.9", "discord.js": "^12.4.1", "edit-json-file": "^1.5.0", "es6-promise": "^4.2.8", @@ -19,7 +20,9 @@ "mongoose": "^5.10.13", "node-fetch": "^2.6.1", "node-vibrant": "^3.1.6", + "nodemon": "^2.0.7", "replaceall": "^0.1.6", + "set-accurate-timeout": "^1.0.1", "urllib": "^2.36.1" } }