diff --git a/events/modals/denyreasonbox.js b/events/modals/denyreasonbox.js index ec976b1..ac6008a 100644 --- a/events/modals/denyreasonbox.js +++ b/events/modals/denyreasonbox.js @@ -10,7 +10,7 @@ module.exports = { description: 'Deny reason box.', type: 'modal', - /** @param {import('discord.js').ModalSubmitInteraction} interaction */ + /** @param {import('discord.js').ModalSubmitInteraction} interaction */ async execute(interaction) { diff --git a/events/modals/staffdenyreasonbox.js b/events/modals/staffdenyreasonbox.js index c7c5c95..3670172 100644 --- a/events/modals/staffdenyreasonbox.js +++ b/events/modals/staffdenyreasonbox.js @@ -10,7 +10,7 @@ module.exports = { description: 'Deny reason box.', type: 'modal', - /** @param {import('discord.js').ModalSubmitInteraction} interaction */ + /** @param {import('discord.js').ModalSubmitInteraction} interaction */ async execute(interaction) {