GuildMemberUpdate didn't work
What's wrong?
Code here: https://pastebin.com/YB4gbmNC
Pastebin
import {Events} from 'discord.js'import {client} from '../../../bot...
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
5 Replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
Guild Member intent is connected
What exactly does not working mean
Message not sent
If you aren't getting any errors, try to place
console.log
checkpoints throughout your code to find out where execution stops.
• Once you do, log relevant values and if-conditions
• More sophisticated debugging methods are breakpoints and runtime inspections: learn more