From f4685a77de86c46133dc9805464c349b42e41017 Mon Sep 17 00:00:00 2001 From: SrIzan10 <66965250+SrIzan10@users.noreply.github.com> Date: Fri, 11 Nov 2022 18:16:02 +0100 Subject: [PATCH] fix: actually fix it --- commands/misc/cumple.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/commands/misc/cumple.ts b/commands/misc/cumple.ts index b85180c..97a4ba6 100644 --- a/commands/misc/cumple.ts +++ b/commands/misc/cumple.ts @@ -44,7 +44,6 @@ export default commandModule({ }, ], execute: async (ctx, options) => { - await ctx.interaction.deferReply({ephemeral: true}) const option = ctx.interaction.options.getString("fecha") const array = JSON.parse( String(readFileSync("./util/daysinyear.txt"))