Adding bold to the username when showing karma.
This commit is contained in:
parent
69cb88acb7
commit
2ddf3ca232
@ -84,7 +84,7 @@ sub show_karma {
|
|||||||
$telegram->send_message(
|
$telegram->send_message(
|
||||||
chat_id => $chat_id,
|
chat_id => $chat_id,
|
||||||
text =>
|
text =>
|
||||||
"@{[$user->first_name]} has @{[$user->karma =~ s/-/\\-/r]} points of karma\\."
|
"*@{[$user->first_name]}* has @{[$user->karma =~ s/-/\\-/r]} points of karma\\."
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user