aiko-chan-ai / discord.js-selfbot-v13

An unofficial discord.js fork for creating selfbots
https://discordjs-self-v13.netlify.app
GNU General Public License v3.0
712 stars 148 forks source link

Block users #1050

Closed Rylazius closed 5 months ago

Rylazius commented 5 months ago

Which package is the feature request for?

The core library

Feature

I cannot block someone on discord with discordjs

Ideal solution or implementation

yes, literal block function

Alternative solutions or implementations

No response

Other context

No response

002-sans commented 5 months ago

https://discordjs-self-v13.netlify.app/#/docs/docs/main/class/RelationshipManager?scrollTo=addBlocked

// Example
const user = message.mentions.users.first() || client.users.cache.get("ID")
if (user) client.relationships.addBlocked(user)