From a9ec8ce7a392f2a33756761a31c13a501e59d592 Mon Sep 17 00:00:00 2001 From: Taken Date: Wed, 15 Nov 2023 18:15:03 +0100 Subject: [PATCH] Small typo --- events/modals/denyreasonbox.js | 2 +- events/modals/staffdenyreasonbox.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) {