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

Commit

Permalink
idk
Browse files Browse the repository at this point in the history
  • Loading branch information
ringo360 committed Mar 16, 2024
1 parent 2f09f0a commit 0b670c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/admin/commands/globalban.js
Original file line number Diff line number Diff line change
Expand Up @@ -375,8 +375,8 @@ module.exports = {
.setCustomId('reportuserid')
.setLabel('ユーザーID')
.setStyle(TextInputStyle.Short)
.setMinLength(17)
.setMaxLength(18)
// .setMinLength(17)
// .setMaxLength(18)
.setValue('10635277582...');

const reason = new TextInputBuilder()
Expand Down

0 comments on commit 0b670c0

Please sign in to comment.