Set up for v3

This commit is contained in:
Isaac
2021-02-15 18:34:59 +00:00
parent 7763889a2d
commit 9863c45fdf
60 changed files with 2762 additions and 5717 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@eartharoid/discordtickets",
"version": "2.1.3",
"version": "3.0.0",
"private": true,
"description": "An open-source & self-hosted Discord bot for ticket management.",
"main": "src/index.js",
@@ -34,7 +34,7 @@
"test": "echo \"Nothing to test! Run with 'npm start'\" && exit 1"
},
"engines": {
"node": ">=12"
"node": ">=14"
},
"repository": {
"type": "git",
@@ -42,8 +42,8 @@
},
"keywords": [
"discord",
"bot",
"tickets"
"tickets",
"bot"
],
"author": "eartharoid",
"license": "GPL-3.0",