From 9f2bb56912dbf8484ef7247a1db12d9d71242f3a Mon Sep 17 00:00:00 2001 From: Lio Young Date: Sat, 10 Apr 2021 23:28:03 +0200 Subject: [PATCH] change bot name to Thaldrin Beta and update yiff --- package-lock.json | 51 ++++++++++------------------------------------- package.json | 4 ++-- variables.ts | 2 +- 3 files changed, 13 insertions(+), 44 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4570322..78a45ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "packages": { "": { "version": "4.0.0-dev", - "license": "ISC", + "license": "MIT", "dependencies": { "@supabase/supabase-js": "^1.7.7", "@thaldrin/sourcefinder": "^1.0.3", @@ -14,7 +14,7 @@ "discord.js": "^12.5.3", "winston": "^3.3.3", "winston-daily-rotate-file": "^4.5.1", - "yiff": "^3.0.4" + "yiff": "^3.0.6" }, "devDependencies": { "@types/node": "^14.14.37", @@ -168,11 +168,6 @@ "node-gyp-build": "^4.2.0" } }, - "node_modules/centra": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/centra/-/centra-2.4.2.tgz", - "integrity": "sha512-f1RaP0V1HqVNEXfLfjNBthB2yy3KnSGnPCnOPCFLUk9e/Z4rNJ8nBaJNnghflnp88mi1IT8mfmW+HlMS1/H+bg==" - }, "node_modules/chalk": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz", @@ -561,17 +556,6 @@ "fn.name": "1.x.x" } }, - "node_modules/phin": { - "version": "3.5.1", - "resolved": "https://registry.npmjs.org/phin/-/phin-3.5.1.tgz", - "integrity": "sha512-jgFO28IaiWAl0xk+zmqVx7neKVokWKU8YTQC5QlB45SZnEE53LH2saqJIcyIV557VX3Gk+TdR4rwWTc3P83DSA==", - "dependencies": { - "centra": "^2.4.2" - }, - "engines": { - "node": ">= 8" - } - }, "node_modules/prism-media": { "version": "1.2.9", "resolved": "https://registry.npmjs.org/prism-media/-/prism-media-1.2.9.tgz", @@ -837,13 +821,12 @@ } }, "node_modules/yiff": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/yiff/-/yiff-3.0.4.tgz", - "integrity": "sha512-gAo7J4QVL2AXVIn0mJPP6tOiFMjiQwTBSmlUmbLxH4RwAbG2QUJfJsyBD48qPvamLzNX7XRU2k0C7rm0gF6ccg==", + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/yiff/-/yiff-3.0.6.tgz", + "integrity": "sha512-FT//cZjfcGU12YgNTKLPZbpIZiH9m3NGoEw+27IQv5sq53q9EJ7XmxDb3w72rTsZhBZTbCWLZCRv+t+ctdrpMg==", "dependencies": { "axios": "^0.21.1", - "chalk": "^4.0.0", - "phin": "^3.4.0" + "chalk": "^4.0.0" } } }, @@ -982,11 +965,6 @@ "node-gyp-build": "^4.2.0" } }, - "centra": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/centra/-/centra-2.4.2.tgz", - "integrity": "sha512-f1RaP0V1HqVNEXfLfjNBthB2yy3KnSGnPCnOPCFLUk9e/Z4rNJ8nBaJNnghflnp88mi1IT8mfmW+HlMS1/H+bg==" - }, "chalk": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz", @@ -1311,14 +1289,6 @@ "fn.name": "1.x.x" } }, - "phin": { - "version": "3.5.1", - "resolved": "https://registry.npmjs.org/phin/-/phin-3.5.1.tgz", - "integrity": "sha512-jgFO28IaiWAl0xk+zmqVx7neKVokWKU8YTQC5QlB45SZnEE53LH2saqJIcyIV557VX3Gk+TdR4rwWTc3P83DSA==", - "requires": { - "centra": "^2.4.2" - } - }, "prism-media": { "version": "1.2.9", "resolved": "https://registry.npmjs.org/prism-media/-/prism-media-1.2.9.tgz", @@ -1529,13 +1499,12 @@ "integrity": "sha1-8m9ITXJoTPQr7ft2lwqhYI+/lXc=" }, "yiff": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/yiff/-/yiff-3.0.4.tgz", - "integrity": "sha512-gAo7J4QVL2AXVIn0mJPP6tOiFMjiQwTBSmlUmbLxH4RwAbG2QUJfJsyBD48qPvamLzNX7XRU2k0C7rm0gF6ccg==", + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/yiff/-/yiff-3.0.6.tgz", + "integrity": "sha512-FT//cZjfcGU12YgNTKLPZbpIZiH9m3NGoEw+27IQv5sq53q9EJ7XmxDb3w72rTsZhBZTbCWLZCRv+t+ctdrpMg==", "requires": { "axios": "^0.21.1", - "chalk": "^4.0.0", - "phin": "^3.4.0" + "chalk": "^4.0.0" } } } diff --git a/package.json b/package.json index 7f070c5..f7b93eb 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ }, "keywords": [], "author": "", - "license": "ISC", + "license": "MIT", "bugs": { "url": "https://github.com/thaldrin/thaldrin/issues" }, @@ -28,7 +28,7 @@ "discord.js": "^12.5.3", "winston": "^3.3.3", "winston-daily-rotate-file": "^4.5.1", - "yiff": "^3.0.4" + "yiff": "^3.0.6" }, "devDependencies": { "@types/node": "^14.14.37", diff --git a/variables.ts b/variables.ts index 65f31bf..67d563b 100644 --- a/variables.ts +++ b/variables.ts @@ -35,7 +35,7 @@ export default { /** * Name of the Bot */ - name: "Panthera", + name: "Thaldrin Beta", source: `[t8.pm/source](https://t8.pm/source)`, avatar: "https://thaldrin.media/avatar.png", support: {