diff --git a/src/commands/nucleus/stats.ts b/src/commands/nucleus/stats.ts index d6577e7..d410da8 100644 --- a/src/commands/nucleus/stats.ts +++ b/src/commands/nucleus/stats.ts @@ -46,7 +46,7 @@ const confirm = async (interaction: ButtonInteraction) => { .setStyle(TextInputStyle.Short) .setLabel(`Type "${chosen}" below`) .setCustomId("confirm") - .setPlaceholder("Guild ID") + .setPlaceholder("1234567890") .setMinLength(chosen.length) .setMaxLength(chosen.length) )