From 29d15301cb749954ec7243af5f78eff7540245d4 Mon Sep 17 00:00:00 2001 From: powermaker450 Date: Sun, 13 Oct 2024 18:20:35 -0400 Subject: [PATCH] Ok maybe we shouldn't do that --- src/commands/confessdel.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/commands/confessdel.ts b/src/commands/confessdel.ts index e334005..2a3a8b7 100644 --- a/src/commands/confessdel.ts +++ b/src/commands/confessdel.ts @@ -71,8 +71,6 @@ export async function execute(interaction: CommandInteraction) { }); }); - dt.delConfesssion(interaction, idVal); - return interaction.reply({ content: "Confession removed.", ephemeral: true