docs: deprecated event

This commit is contained in:
March 7th
2022-12-13 15:37:32 +07:00
parent 11f7239c7d
commit 8ab26d48ca
3 changed files with 3 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ module.exports = (client, { d: data }, shard) => {
* Emitted whenever a user joins a guild.
* @event Client#guildMemberAdd
* @param {GuildMember} member The member that has joined a guild
* @deprecated See {@link https://github.com/aiko-chan-ai/discord.js-selfbot-v13/issues/197 this issue} for more information.
*/
client.emit(Events.GUILD_MEMBER_ADD, member);
}