Is there any way to see the used invite code on GuildMemberAdd event?
I have seen some posts on Github about it but I didn't find anything that indicates if I can get the used invite code when the member enter your guild.
there's a code explaning what I would like to know:
If not, have any other way that you guys know?
4 Replies
tag suggestion for @Carvalinho 立裴:
Discord does not provide the invite that a member used to join through the bot API.
- Tracking the uses of invites through the
inviteCreate and guildMemberAdd events is unreliable and we recommend against it.
- Discord has not shared any plans to make the members tab available for bots.As I thought, thank you very much!
The thread owner has marked this issue as solved.