We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1c5fa5 commit 0817783Copy full SHA for 0817783
1 file changed
bingus-bot/src/contexts/replyWithList.ts
@@ -53,7 +53,7 @@ export const replyListContext: ContextMenu = {
53
54
await embedList.sendChannel(
55
interaction.targetMessage.channel,
56
- interaction.targetMessage.author.id,
+ interaction.user.id,
57
undefined,
58
{ messageReference: interaction.targetMessage },
59
);
0 commit comments