Does the guildAuditLogEntryCreate event work on v14?

As the title states, I am curious if this event that was recently announced for v13 also works for v14. I have gave my bot the GUILD_MODERATION intent, and even tried giving the specific partial but no prevail. The event does not fire at all.
module.exports = {
name: "guildAuditLogEntryCreate",
async execute (auditLogEntry) {
console.log(auditLogEntry);
console.log('test')
}
}
module.exports = {
name: "guildAuditLogEntryCreate",
async execute (auditLogEntry) {
console.log(auditLogEntry);
console.log('test')
}
}
2 Replies
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
cqllin
cqllinOP2y ago
[email protected] node v18.12.1 Ah damn that is a shame
Want results from more Discord servers?
Add your server