From 72ffbb3654b0adb3df7d543d026989c85b4749aa Mon Sep 17 00:00:00 2001 From: Vermium Sifell Date: Sat, 16 Apr 2022 12:31:59 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9E=96=20unused=20packages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.json.example | 34 ---------------------------------- package.json | 10 ---------- 2 files changed, 44 deletions(-) delete mode 100644 config.json.example diff --git a/config.json.example b/config.json.example deleted file mode 100644 index 15e1f6a..0000000 --- a/config.json.example +++ /dev/null @@ -1,34 +0,0 @@ -{ - "bot": { - "token": "required", - "clientId": "required", - "guildId": "required" - }, - "colors": { - "success": "0x22bb33", - "error": "0xbb2124", - "wait": "0xf0ad4e" - }, - "mongodb": { - "url": "mongodb+srv://username:password@server/database?retryWrites=true&w=majority" - }, - "footer": { - "icon": "https://avatars.githubusercontent.com/u/83163073", - "text": "https://github.com/ZynerOrg/xyter" - }, - "disable": { - "redeem": false - }, - "hoster": { - "name": "someone", - "url": "scheme://domain.tld" - }, - "debug": false, - "reputation": { - "timeout": 86400000 - }, - "secretKey": "SET A LONG RANDOM PASSWORD HERE, ITS FOR USE OF ENCRYPTION WITH LENGTH OF 32", - "importToDB": false, - "clearUnused": false, - "devMode": false -} diff --git a/package.json b/package.json index 8face99..a87d369 100644 --- a/package.json +++ b/package.json @@ -29,25 +29,15 @@ "dependencies": { "@discordjs/builders": "^0.12.0", "@discordjs/rest": "^0.3.0", - "@nastyox/rando.js": "^2.0.5", "axios": "^0.26.0", - "better-sqlite3": "^7.5.0", "chance": "^1.1.8", "common": "^0.2.5", "crypto": "^1.0.1", - "dbd-dark-dashboard": "^1.6.45", "discord-api-types": "^0.31.0", - "discord-dashboard": "^2.3.14", - "discord-easy-dashboard": "^1.2.1", "discord.js": "^13.6.0", - "dotenv": "^16.0.0", "i18next": "^21.6.13", - "module-alias": "^2.2.2", "mongoose": "^6.2.3", "node-schedule": "^2.1.0", - "pino": "^7.0.0-rc.9", - "pino-pretty": "^7.6.1", - "quick.db": "^7.1.3", "ts-node": "^10.7.0", "tsconfig-paths": "^3.14.1", "typescript": "^4.6.3",