SinisterRectus / Discordia

Discord API library written in Lua for the Luvit runtime environment
MIT License
702 stars 143 forks source link

acceptInvite question #149

Closed ghost closed 6 years ago

ghost commented 6 years ago

If you removed the accept invite function what would I have to do to get my bot to join a server when it recognizes an invite code

SinisterRectus commented 6 years ago

Bots cannot accept invites. You must use an oauth2 url to add them to servers.

https://discordapp.com/developers/docs/topics/oauth2#bots

ghost commented 6 years ago

I meant a selfbot, using a normal user account and token.

SinisterRectus commented 6 years ago

This is not possible anymore, sorry.