guildAuditLogEntryCreate not firing , New intent available ? something?
Hi , i updated discord.js to 14.8 like... right now and testing the new event available with it. thing is .. it doesnt fire. like.. At all..
I know its not a event Collection problem because all my other events are firing , except this one. so i was wondering if there was a new intent available for it..?
my code is just console.logging stuff , nothing particular .. So if anyone has a idea , could be great!
List of intents that i have
GatewayIntentBits.Guilds,
GatewayIntentBits.GuildMembers,
GatewayIntentBits.GuildModeration,
GatewayIntentBits.GuildPresences,
GatewayIntentBits.GuildMessages,
GatewayIntentBits.MessageContent,
GatewayIntentBits.AutoModerationConfiguration,
GatewayIntentBits.AutoModerationExecution
6 Replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
deleting messages
yea
ahhhh
I also tried to delete with my command delete , a message generated by the bot.. That doesnt trigger ??
Exemple :
me writing a message
--> delete command that delete ^ that message
bot says : 1 message deleted
--> redo the command to delete the bot message
Yeah self-deletes and bot-deletes dont generate
Unless thats changed
it triggers on bulkDelete ...
yeah 1 message will not trigger a audit log
but more than 1 it triggers
then... that should be changed tho ?
because action for Delete is 72
BulkDelete is 73
Ah oh wait i read that wrong xD
Is there a list for Events that triggers a audit log perhaps ?
nevermind ..
XD
Alright !! Thanks !! 😄