From af760d9d1e32acffe2fcc105f604d18dd2fcbe91 Mon Sep 17 00:00:00 2001 From: March 7th <71698422+aiko-chan-ai@users.noreply.github.com> Date: Sat, 26 Mar 2022 22:22:50 +0700 Subject: [PATCH] bug ??? --- package.json | 3 ++- src/errors/Messages.js | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 31eb2df..7bee50f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "discord.js-selfbot-v13", - "version": "1.1.2", + "version": "1.1.3", "description": "A unofficial discord.js fork for creating selfbots [Based on discord.js v13]", "main": "./src/index.js", "types": "./typings/index.d.ts", @@ -46,6 +46,7 @@ "@types/node-fetch": "^2.5.12", "@types/ws": "^8.5.2", "axios": "^0.26.1", + "bignumber.js": "^9.0.2", "chalk": "^4.1.2", "discord-api-types": "^0.27.3", "discord-rpc-contructor": "^1.0.5", diff --git a/src/errors/Messages.js b/src/errors/Messages.js index f68ecc4..28fa948 100644 --- a/src/errors/Messages.js +++ b/src/errors/Messages.js @@ -161,6 +161,7 @@ const Messages = { FOLDER_POSITION_INVALID: 'The server index in the directory is invalid', APPLICATION_ID_INVALID: 'The application isn\'t BOT', INVALID_NITRO: 'Invalid Nitro Code', + MESSAGE_ID_NOT_FOUND: 'Message ID not found', }; for (const [name, message] of Object.entries(Messages)) register(name, message);