How can I ban people with my bot who are outside of the server?
I’ve managed to do a guild command but I cannot manage to make it so I can ban people outside of the guild, how do can I make it do that?
3 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!
- ✅
Marked as resolved by staff:method: GuildBanManager#create()
@14.16.2
Bans a user from the guild.
:property: Guild#bans @14.16.2
A manager of the bans belonging to this guildThank you