feat: v13 guildAuditLogEntryCreate event

This commit is contained in:
Elysia 2023-02-19 11:41:50 +07:00
parent aca9a52a82
commit a3a8a6ae67

View File

@ -19,7 +19,7 @@ class GuildAuditLogEntryCreateAction extends Action {
* @param {GuildAuditLogsEntry} auditLogEntry The entry that was created * @param {GuildAuditLogsEntry} auditLogEntry The entry that was created
* @param {Guild} guild The guild where the entry was created * @param {Guild} guild The guild where the entry was created
*/ */
client.emit(Events.GuildAuditLogEntryCreate, auditLogEntry, guild); client.emit(Events.GUILD_AUDIT_LOG_ENTRY_CREATE, auditLogEntry, guild);
} }
return { auditLogEntry }; return { auditLogEntry };