bug ???
This commit is contained in:
		@@ -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",
 | 
			
		||||
 
 | 
			
		||||
@@ -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);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user