Skip to content

Commit 24692ca

Browse files
committed
fix rep reaction giver
1 parent ea2ab4a commit 24692ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/rep.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ export class RepModule extends Module {
114114
channel: msg.channelId,
115115
amount: 1,
116116
recipient,
117-
initialGiver: author.id,
117+
initialGiver: user.id,
118118
date: new Date().toISOString(),
119119
}).save();
120120

0 commit comments

Comments
 (0)