diff --git a/src/events/modals/denyreasonbox.js b/src/events/modals/denyreasonbox.js index b800453..1f5cbd4 100644 --- a/src/events/modals/denyreasonbox.js +++ b/src/events/modals/denyreasonbox.js @@ -7,7 +7,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/src/events/modals/staffdenyreasonbox.js b/src/events/modals/staffdenyreasonbox.js index b2c280a..45cb0f7 100644 --- a/src/events/modals/staffdenyreasonbox.js +++ b/src/events/modals/staffdenyreasonbox.js @@ -7,7 +7,7 @@ module.exports = { description: "Deny reason box.", type: "modal", - /** @param {import('discord.js').ModalSubmitInteraction} interaction */ + /** @param { import('discord.js').ModalSubmitInteraction } interaction */ async execute(interaction) {