diff --git a/src/commands/product/notes.ts b/src/commands/product/notes.ts index fa8aaaf..b1dfd9a 100644 --- a/src/commands/product/notes.ts +++ b/src/commands/product/notes.ts @@ -39,6 +39,7 @@ export default { user: { external_id: `discord:${interaction.targetMessage.author.id}` }, source: { origin: "discord", record_id: interaction.targetId }, + tags: ["discord"], }); const replyComponents = [];