Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Leref committed Sep 19, 2023
1 parent 72e189a commit de4843c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aoi.js",
"version": "6.5.2",
"version": "6.5.5",
"description": "A powerful package to create Discord Bots with built-in string functions.",
"author": "Leref <itzleref@gmail.com>",
"main": "src/index.js",
Expand Down
6 changes: 3 additions & 3 deletions src/utils/Constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ const EventsToIntents = {
onUserUpdate: "NonIntents",

// Guild Webhooks
onWebhookUpdate: "GuildWebhooks",
onWebhooksUpdate: "GuildWebhooks",

//Automod
onAutoModerationActionExecution: "AutoModerationExecution",
Expand Down Expand Up @@ -573,7 +573,7 @@ const EventsToDjsEvents = {
onInteractionCreate: Events.InteractionCreate,
onApplicationCommandPermissionsUpdate: Events.ApplicationCommandPermissionsUpdate,
onUserUpdate: Events.UserUpdate,
onWebhookUpdate: Events.WebhooksUpdate,
onWebhooksUpdate: Events.WebhooksUpdate,

//Automod
onAutoModerationActionExecution: Events.AutoModerationActionExecution,
Expand Down Expand Up @@ -672,7 +672,7 @@ const EventstoFile = {

// Other events
onFunctionError: "functionError",
onWebhookUpdate: "update",
onWebhooksUpdate: "update",

//Automod
onAutoModerationActionExecution: "autoModActionExecution",
Expand Down

0 comments on commit de4843c

Please sign in to comment.