Small typo

This commit is contained in:
2023-11-15 18:15:03 +01:00
parent cf5f8be29f
commit a9ec8ce7a3
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ module.exports = {
description: 'Deny reason box.', description: 'Deny reason box.',
type: 'modal', type: 'modal',
/** @param {import('discord.js').ModalSubmitInteraction} interaction */ /** @param {import('discord.js').ModalSubmitInteraction} interaction */
async execute(interaction) { async execute(interaction) {

View File

@@ -10,7 +10,7 @@ module.exports = {
description: 'Deny reason box.', description: 'Deny reason box.',
type: 'modal', type: 'modal',
/** @param {import('discord.js').ModalSubmitInteraction} interaction */ /** @param {import('discord.js').ModalSubmitInteraction} interaction */
async execute(interaction) { async execute(interaction) {