Search code examples
javascriptdiscorddiscord.js

Detect the discord system welcome message


I want to detect the discord system welcome message, and give reaction to it, but I couldn't find out what message type that is. (I am using discord.js v13)

enter image description here


Solution

  • The message type of the system welcome message is GUILD_MEMBER_JOIN. You can find out by logging the system message.