From 51ea7c9f9f81b7c72700ab780ec68e53d1bb9648 Mon Sep 17 00:00:00 2001 From: Taken Date: Mon, 27 Nov 2023 19:28:20 +0100 Subject: [PATCH] Typo --- src/events/modals/denyreasonbox.js | 2 +- src/events/modals/staffdenyreasonbox.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) {