Skip to content

Commit

Permalink
v4.0.0 Update - Automatic tournament reminders
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Ayaan-Govil authored Jan 9, 2021
1 parent 86e1615 commit 47dbe68
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
{
"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": {
"build": "npm install && npm update && echo Build complete.",
"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",
Expand All @@ -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"
}
}

0 comments on commit 47dbe68

Please sign in to comment.