Skip to content

Commit 0817783

Browse files
committed
make reply with list only be usable by the one who ran the command
1 parent e1c5fa5 commit 0817783

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bingus-bot/src/contexts/replyWithList.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export const replyListContext: ContextMenu = {
5353

5454
await embedList.sendChannel(
5555
interaction.targetMessage.channel,
56-
interaction.targetMessage.author.id,
56+
interaction.user.id,
5757
undefined,
5858
{ messageReference: interaction.targetMessage },
5959
);

0 commit comments

Comments
 (0)