#Hello, i have problem. My event (guildBanAdd) is not working idk what happened. Yes, i have GUILD_BA
1 messages · Page 1 of 1 (latest)
So when the event happens, it runs a function, that you already typed
Is that function running at least?
version of discord.js?
You can check it with a debugger, or a console.log
No, now I have no idea what you mean
Well, if the first line is console.log, and you get nothing, then indeed the event is not triggered
yes
Can you post the code of client.on?
And the code where you use this module?
I wanna see how you inject this event handler
Then it should run.. Maybe try to force the guild in the cache?
client.guilds.fetch()
Can you please show me what changes you made?