Skip to content

Commit fa55d0f

Browse files
Techbot121Meta Construct
authored andcommitted
don't defer
1 parent 5778249 commit fa55d0f

File tree

1 file changed

+1
-2
lines changed
  • app/services/discord/modules/commands/developer

1 file changed

+1
-2
lines changed

app/services/discord/modules/commands/developer/Events.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ export const SlashEndEvent: SlashCommand = {
88
description: "forcibly ends an event and removes the event role from users",
99
default_member_permissions: Discord.PermissionsBitField.Flags.ManageGuild.toString(),
1010
},
11-
execute: async ctx => {
12-
await ctx.deferReply({ flags: Discord.MessageFlags.Ephemeral });
11+
execute: async () => {
1312
await endEvent();
1413
},
1514
};

0 commit comments

Comments
 (0)