Skip to content

Commit

Permalink
📁 Change name path
Browse files Browse the repository at this point in the history
  • Loading branch information
Maseshi committed May 2, 2024
1 parent 0d01e1a commit db5d8f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/events/interactionCreate.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ module.exports = {
`No command matching ${commandName} was found.`
)

executeCommand(command, 'command')
executeCommand(command, 'commands')
}
if (interaction.isAutocomplete()) {
const commandName = interaction.commandName
Expand All @@ -136,7 +136,7 @@ module.exports = {
`No context matching ${contextName} was found.`
)

executeCommand(context, 'context')
executeCommand(context, 'contexts')
}
},
}

0 comments on commit db5d8f3

Please sign in to comment.