From d370a36f5f915bc367323ae4f26f4370cc5607ff Mon Sep 17 00:00:00 2001 From: Rian8337 <52914632+Rian8337@users.noreply.github.com> Date: Tue, 8 Oct 2024 08:28:06 +0800 Subject: [PATCH] Enable manual pp submission --- .../pp/subcommandGroups/pp-submit/pp-submit.ts | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/interactions/commands/osu!droid Elaina PP Project/pp/subcommandGroups/pp-submit/pp-submit.ts b/src/interactions/commands/osu!droid Elaina PP Project/pp/subcommandGroups/pp-submit/pp-submit.ts index 55669189d..98936e79f 100644 --- a/src/interactions/commands/osu!droid Elaina PP Project/pp/subcommandGroups/pp-submit/pp-submit.ts +++ b/src/interactions/commands/osu!droid Elaina PP Project/pp/subcommandGroups/pp-submit/pp-submit.ts @@ -6,16 +6,6 @@ import { CommandHelper } from "@alice-utils/helpers/CommandHelper"; import { InteractionHelper } from "@alice-utils/helpers/InteractionHelper"; export const run: SlashSubcommandGroup["run"] = async (_, interaction) => { - if (!Config.isDebug) { - interaction.ephemeral = true; - - return InteractionHelper.reply(interaction, { - content: MessageCreator.createReject( - "I'm sorry, manual pp submissions have been disabled while recalculations are ongoing!", - ), - }); - } - if ( !CommandHelper.isExecutedByBotOwner(interaction) && !Config.ppChannel.includes(interaction.channelId)