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