Fixes error when user is not the author of the reminder.
Node.js CI / Lint and Test (push) Successful in 40s

This commit is contained in:
2025-11-09 16:03:13 -08:00
parent cba2a8027b
commit 4e6e69f31b
+1
View File
@@ -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({