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
Unknown User16mo ago
Message Not Public
Sign In & Join Server To View
vlad vollar
vlad vollar16mo ago
Guild Member intent is connected
CanineData
CanineData16mo ago
What exactly does not working mean
vlad vollar
vlad vollar16mo ago
Message not sent
d.js docs
d.js docs16mo ago
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