Version 1.2.0

Many changes! :D
This commit is contained in:
DJj123dj
2021-12-07 18:19:07 +01:00
parent 1fb8ece6ff
commit af1c3288c0
11 changed files with 187 additions and 113 deletions
+10 -2
View File
@@ -1,7 +1,7 @@
{
"name": "safemt-tickets",
"version": "1.0.0",
"description": "",
"description": "This is an open-source discord ticket bot, you can configure it and it comes with cool features like a transcript.",
"main": "index.js",
"scripts": {
"start": "node index.js",
@@ -15,5 +15,13 @@
"express": "^4.17.1",
"node": "^16.10.0",
"node-localstorage": "^2.2.1"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/DJj123dj/open-ticket.git"
},
"bugs": {
"url": "https://github.com/DJj123dj/open-ticket/issues"
},
"homepage": "https://github.com/DJj123dj/open-ticket#readme"
}