Skip to content

Commit

Permalink
[Fix] fixed guildMemberAdd and guildMemberRemove not triggering!
Browse files Browse the repository at this point in the history
  • Loading branch information
naseif committed Nov 29, 2021
1 parent 675f982 commit ebb8aaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ if (!token || !mongourl)

const client = new Client({
intents: [
Intents.FLAGS.GUILD_MEMBERS,
Intents.FLAGS.GUILDS,
Intents.FLAGS.GUILD_MESSAGES,
Intents.FLAGS.GUILD_VOICE_STATES,
Expand Down

0 comments on commit ebb8aaa

Please sign in to comment.