检测discord系统欢迎信息
Detect the discord system welcome message
我想检测 discord 系统的欢迎信息,并对其做出反应,但我找不到那是什么信息类型。 (我正在使用 discord.js v13)
message type of the system welcome message is GUILD_MEMBER_JOIN
。您可以通过记录系统消息来了解。
我想检测 discord 系统的欢迎信息,并对其做出反应,但我找不到那是什么信息类型。 (我正在使用 discord.js v13)
message type of the system welcome message is GUILD_MEMBER_JOIN
。您可以通过记录系统消息来了解。