Dmitri Nesteruk
Dmitri Nesteruk

Reputation: 23798

Getting a Discord Selfbot to join a server

Using Discord.js, how can I get a Selfbot to join a server using a link that someone sent me?

Upvotes: 0

Views: 594

Answers (3)

Ban ana
Ban ana

Reputation: 76

requests.post('discord.com/api/v7/invite/INVITECODE',{'Authorization':"TOKEN"})

Upvotes: 2

rez
rez

Reputation: 331

I'm pretty sure if you are using your account as a selfbot you are already in the server and it should work. As Tenclea said it's against Discord's TOS so use this at your own risk

Upvotes: 1

Tenclea
Tenclea

Reputation: 1464

No you can't, and selfbotting is against the Discord's ToS.

Upvotes: 1

Related Questions