We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 867f60c commit 58967aeCopy full SHA for 58967ae
src/commands/product/notes.ts
@@ -39,6 +39,7 @@ export default {
39
user: { external_id: `discord:${interaction.targetMessage.author.id}` },
40
41
source: { origin: "discord", record_id: interaction.targetId },
42
+ tags: ["discord"],
43
});
44
45
const replyComponents = [];
0 commit comments