Skip to content

Commit

Permalink
Backend: Add debug print to command
Browse files Browse the repository at this point in the history
  • Loading branch information
89Q12 committed Dec 8, 2024
1 parent d655856 commit 504756d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/src/bot/commands/clean-wfp.command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 504756d

Please sign in to comment.