diff --git a/bin/doctor_karma.pl b/bin/doctor_karma.pl index 1d25e10..e84bc9b 100755 --- a/bin/doctor_karma.pl +++ b/bin/doctor_karma.pl @@ -84,7 +84,7 @@ sub show_karma { $telegram->send_message( chat_id => $chat_id, text => -"@{[$user->first_name]} has @{[$user->karma =~ s/-/\\-/r]} points of karma\\." +"*@{[$user->first_name]}* has @{[$user->karma =~ s/-/\\-/r]} points of karma\\." ); }