Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Commit

Permalink
Apply Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
takejohn committed Mar 14, 2024
1 parent d4bec53 commit be60ad6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/admin/commands/globalban.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit be60ad6

Please sign in to comment.