discord.js-selfbot-v13 icon indicating copy to clipboard operation
discord.js-selfbot-v13 copied to clipboard

An unofficial discord.js fork for creating selfbots

Results 158 discord.js-selfbot-v13 issues
Sort by recently updated
recently updated
newest added

Bumps [fetch-cookie](https://github.com/valeriangalliat/fetch-cookie) from 2.2.0 to 3.0.1. Changelog Sourced from fetch-cookie's changelog. [3.0.1] - 2024-02-24 Fix an issue with type declarations resolution. (#84) [3.0.0] - 2024-02-21 Export FetchCookieImpl interface. (#81) Breaking:...

dependencies

### Which package has the bugs? The core library ### Issue description Happens every time I use modal.reply() in client.on('interactionModalCreate') event Error: \node_modules\discord.js-selfbot-v13\src\structures\Modal.js:155 reject(new Error('INTERACTION_FAILED')); ^ Error: INTERACTION_FAILED at Timeout._onTimeout...

bug

### Which package has the bugs? The core library ### Issue description There is a chance to return undefined when accepting a invite. The function works normally, it just doesn't...

bug

Bumps [husky](https://github.com/typicode/husky) from 7.0.4 to 9.0.11. Release notes Sourced from husky's releases. v9.0.11 chore: update package-lock.json by @​btea in typicode/husky#1383 fix: export HUSKY=0 in init (fixes #1393) by @​typicode in...

dependencies

### Which package has the bugs? The core library ### Issue description /home/container/node_modules/discord.js-selfbot-v13/src/util/Util.js:607 const member = channel.guild.members.cache.get(id); ^ TypeError: Cannot read properties of undefined (reading 'members') at /home/container/node_modules/discord.js-selfbot-v13/src/util/Util.js:607:38 at String.replace...

bug

### Which package has the bugs? The core library ### Issue description When I try to click buttons sometimes my code crashes. is this because i am using more than...

bug

### Which package has the bugs? The core library ### Issue description ![image](https://github.com/aiko-chan-ai/discord.js-selfbot-v13/assets/134770238/a98c8130-418a-4588-8e13-c525b08b4a45) When I do a message.edit() with content it tells me I don't have permissions, but when I...

bug

### Which package is the feature request for? The documentation ### Feature The documentation is lacking a few edge cases, there is not much information about this in the web....

Feature

### Which package has the bugs? The core library ### Issue description When i try to join a server, i recive the following error: ``` error: DiscordAPIError: Unknown Message at...

bug

### Which package has the bugs? The core library ### Issue description 1. Run selfbot 2. client.guilds.create("Name") 3. Get error: C:\Users\ds\node_modules\discord.js-selfbot-v13\src\rest\RequestHandler.js:415 throw new DiscordAPIError(data, res.status, request); ^ DiscordAPIError: Unknown Message...

bug