Update stats.ts (said guild id)

pull/73/head
PineappleFan 3 years ago committed by GitHub
parent dfab468ccd
commit dc85ab4a3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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)
)

Loading…
Cancel
Save