This commit is contained in:
March 7th 2022-03-26 22:22:50 +07:00
parent 1b587f2e6c
commit af760d9d1e
2 changed files with 3 additions and 1 deletions

View File

@ -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",

View File

@ -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);