Skip to content

Commit d8b1136

Browse files
committed
bugfix: show user than bot :)
1 parent 38c108b commit d8b1136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot/src/messages.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ impl MessageLoader {
422422
if scorer.user != bot_name {
423423
message.push_str(&format!(
424424
"\n@{} received 25 Sloth Points for reviewing and scoring this pull request.",
425-
bot_name
425+
scorer.user
426426
));
427427
}
428428
}

0 commit comments

Comments
 (0)