Skip to content

Commit

Permalink
Update Constants.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Leref committed Sep 27, 2023
1 parent f29c636 commit 25db254
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/utils/Constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 25db254

Please sign in to comment.