From 2ddf3ca232d62f0ba6c11aee2d96c3e87cfd6c27 Mon Sep 17 00:00:00 2001 From: sergiotarxz Date: Tue, 8 Feb 2022 01:41:03 +0100 Subject: [PATCH] Adding bold to the username when showing karma. --- bin/doctor_karma.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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\\." ); }