From 0950676edfd9adb7280b72207bd2620b52801d7b Mon Sep 17 00:00:00 2001 From: SrIzan10 <66965250+SrIzan10@users.noreply.github.com> Date: Tue, 8 Nov 2022 20:15:37 +0100 Subject: [PATCH] chore: add more descriptive description --- commands/misc/cumple.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/misc/cumple.ts b/commands/misc/cumple.ts index a2aad12..b24e876 100644 --- a/commands/misc/cumple.ts +++ b/commands/misc/cumple.ts @@ -17,7 +17,7 @@ export default commandModule({ options: [ { name: "fecha", - description: "La fecha de tu cumple (elige en el autocompletado)", + description: "La fecha de tu cumple (D-M) (elige en el autocompletado)", type: ApplicationCommandOptionType.String, autocomplete: true, required: true,