From 6c5b48dc100e8a2a0904765448673bd36c05f59c Mon Sep 17 00:00:00 2001 From: HrS <159875356+HrSApI@users.noreply.github.com> Date: Thu, 10 Oct 2024 23:27:19 +0300 Subject: [PATCH] Add files via upload --- others/package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/others/package.json b/others/package.json index 95990c1..63f5c25 100644 --- a/others/package.json +++ b/others/package.json @@ -8,5 +8,9 @@ }, "keywords": [], "author": "", - "license": "ISC" + "license": "ISC", + "dependencies": { + "discord.js": "^14.16.3", + "dotenv": "^16.4.5" + } }