We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5778249 commit fa55d0fCopy full SHA for fa55d0f
app/services/discord/modules/commands/developer/Events.ts
@@ -8,8 +8,7 @@ export const SlashEndEvent: SlashCommand = {
8
description: "forcibly ends an event and removes the event role from users",
9
default_member_permissions: Discord.PermissionsBitField.Flags.ManageGuild.toString(),
10
},
11
- execute: async ctx => {
12
- await ctx.deferReply({ flags: Discord.MessageFlags.Ephemeral });
+ execute: async () => {
13
await endEvent();
14
15
};
0 commit comments