Added verify button option

This commit is contained in:
2023-11-27 19:29:34 +01:00
parent c978a67a20
commit 38f8d16380
3 changed files with 167 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ module.exports = {
new ActionRowBuilder().setComponents(
new TextInputBuilder()
.setLabel("IGN")
.setCustomId("verifyfield")
.setCustomId("verifyign")
.setStyle(TextInputStyle.Short)
.setPlaceholder("Enter your ign.")
.setRequired(true)