How to recognize a new joined user? #1186
-
I am new to discordgo and I would like to know, how the bot can recognize a new joined user? |
Beta Was this translation helpful? Give feedback.
Answered by
JABirchall
Jun 3, 2022
Replies: 2 comments 3 replies
-
Hook the GuildMemberAdd event |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
FedorLap2006
-
If you can't hook the user management Event for some reason, you can still detect joins via the message type when "XYZ just joined the server, hope they bought pizza..." style messages are posted.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hook the GuildMemberAdd event