From 25db2546d8c56482744348a28ccd9e1f29c1825d Mon Sep 17 00:00:00 2001 From: Leref <12578483+Leref@users.noreply.github.com> Date: Wed, 27 Sep 2023 12:51:03 -0400 Subject: [PATCH] Update Constants.js --- src/utils/Constants.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/utils/Constants.js b/src/utils/Constants.js index 07c2e7fbf..dca64c8c5 100644 --- a/src/utils/Constants.js +++ b/src/utils/Constants.js @@ -569,11 +569,13 @@ const EventsToDjsEvents = { // Guild Message Typings onTypingStart: Events.TypingStart, + // Guild Webhooks + onWebhooksUpdate: Events.WebhooksUpdate, + // Non-Intents onInteractionCreate: Events.InteractionCreate, onApplicationCommandPermissionsUpdate: Events.ApplicationCommandPermissionsUpdate, onUserUpdate: Events.UserUpdate, - onWebhooksUpdate: Events.WebhooksUpdate, //Automod onAutoModerationActionExecution: Events.AutoModerationActionExecution, @@ -658,11 +660,9 @@ const EventstoFile = { onVoiceStateUpdate: "update", onPresenceUpdate: "update", - // Interaction and command events + // Non-Intents onInteractionCreate: "interaction", onApplicationCommandPermissionsUpdate: "appCmdPermissionsUpdate", - - // User events onUserUpdate: "userUpdate", // Variable events