fix: all requested changes

This commit is contained in:
2022-10-31 19:39:44 +01:00
parent 5867ab53a1
commit 95bc9fcc5a
3 changed files with 2 additions and 2489 deletions

2487
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -27,7 +27,7 @@
],
"license": "MIT",
"dependencies": {
"@sern/handler": "^1.2.1",
"@sern/handler": "1.2.1",
"discord.js": "14.5.0",
"dotenv": "16.0.2",
"jsdoc-parse-plus": "1.3.0",

View File

@@ -38,4 +38,4 @@ client.once("ready", (client) => {
console.log(`[✅]: Logged in as ${client.user.username}`);
});
await client.login(process.env.TOKEN);
await client.login();