Rapptz / discord.py

An API wrapper for Discord written in Python.
http://discordpy.rtfd.org/en/latest
MIT License
14.5k stars 3.74k forks source link

Accept_invite doesn't throw exception, but doesn't join server #1298

Closed SkidCity closed 6 years ago

SkidCity commented 6 years ago

Hello,

I'm having issues with accept_invite method it doesn't throw a error and doesn't join the server. I'm not trying this with a bot/token, I'm using email:pass await client.accept_invite(invite_url) Thanks!

Vexs commented 6 years ago

You can no longer use accept invite with a user token, or email/pass due to spam reduction efforts from discord.

Furthermore, if you are going to selfbot, be sure to use the token method- discord doesn't like selfbots, but they like email/pass a lot less.

SkidCity commented 6 years ago

So there isn't a way to join a server programmatically? Only manually?

Vexs commented 6 years ago

Only manually, correct.