From be60ad61c2348e8979ea5fb858a2e9dfe2de9870 Mon Sep 17 00:00:00 2001 From: takejohn <105504345+takejohn@users.noreply.github.com> Date: Thu, 14 Mar 2024 15:04:57 +0900 Subject: [PATCH] Apply Prettier --- packages/admin/commands/globalban.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/admin/commands/globalban.js b/packages/admin/commands/globalban.js index 9a591bd8..4edc4671 100755 --- a/packages/admin/commands/globalban.js +++ b/packages/admin/commands/globalban.js @@ -360,15 +360,15 @@ module.exports = { const modal = new ModalBuilder() .setCustomId('gbanReport') .setTitle('レポートしたいユーザーの情報') - .setStyle(TextInputStyle.Short) - + .setStyle(TextInputStyle.Short); + const targetid = new TextInputBuilder() .setCustomId('reportuserid') - .setLabel('通報したいユーザーのID') + .setLabel('通報したいユーザーのID'); const reason = new TextInputBuilder() .setCustomId('reason') - .setTitle('通報理由') + .setTitle('通報理由'); } else { return await interaction.editReply( LANG.commands.globalban.unsupportedSubcommandError,