From 504756dab7d2836eb455ee68eea2ac4611fd8285 Mon Sep 17 00:00:00 2001 From: 89Q12 Date: Sun, 8 Dec 2024 18:51:32 +0100 Subject: [PATCH] Backend: Add debug print to command --- backend/src/bot/commands/clean-wfp.command.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/src/bot/commands/clean-wfp.command.ts b/backend/src/bot/commands/clean-wfp.command.ts index 2995f82..685e1a9 100644 --- a/backend/src/bot/commands/clean-wfp.command.ts +++ b/backend/src/bot/commands/clean-wfp.command.ts @@ -26,6 +26,7 @@ export class CleanWfpMember { interaction.guildId, false, ); + console.log(outCome); const embed = new EmbedBuilder() .setTitle('wfp kick member report :3') .setColor(Colors.Blue)