fix: return from processButton if user is not the author
Node.js CI / Lint and Test (push) Successful in 38s

This commit is contained in:
2025-11-09 15:59:06 -08:00
parent 6985e901ea
commit c88ff0c60b
+1
View File
@@ -30,6 +30,7 @@ export const processButton = async(
await interaction.editReply({
content: "You cannot acknowledge someone else's reminder.",
});
return;
}
await message.delete();
await interaction.editReply({