From dc85ab4a3d8aaed7c1a252779b629eaf75906c0f Mon Sep 17 00:00:00 2001 From: PineappleFan Date: Fri, 24 Mar 2023 17:19:17 +0000 Subject: [PATCH] Update stats.ts (said guild id) --- src/commands/nucleus/stats.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) )