Process of format fixing

This commit is contained in:
2024-01-19 21:36:01 +01:00
parent ee217d5f64
commit 3eed20e788
77 changed files with 1079 additions and 1086 deletions

View File

@@ -2,7 +2,7 @@ import {
ModalBuilder,
ActionRowBuilder,
TextInputBuilder,
TextInputStyle,
TextInputStyle
} from "discord.js"
import { Button } from "interfaces"
@@ -23,9 +23,9 @@ export = {
.setPlaceholder("Enter your ign.")
.setRequired(true)
.setMinLength(3)
.setMaxLength(16),
),
.setMaxLength(16)
)
)
await interaction.showModal(modal)
},
}
} as Button