From 4e6e69f31bf5044606b0896ceba2678405b68b1b Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Sun, 9 Nov 2025 16:03:13 -0800 Subject: [PATCH] Fixes error when user is not the author of the reminder. --- src/modules/processButton.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/processButton.ts b/src/modules/processButton.ts index e76eb23..32715a7 100644 --- a/src/modules/processButton.ts +++ b/src/modules/processButton.ts @@ -24,6 +24,7 @@ export const processButton = async( await interaction.editReply({ content: "You cannot acknowledge someone else's reminder.", }); + return; } await message.delete(); await interaction.editReply({