From d06e399e822ea3f350fbd3b7c8991a11f2bd0cf4 Mon Sep 17 00:00:00 2001 From: Katya Demidova Date: Sat, 12 Nov 2016 01:59:03 +0300 Subject: [PATCH] Update command_handler.py --- src/command_handler.py | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/command_handler.py b/src/command_handler.py index 92ef45e..8fe786c 100644 --- a/src/command_handler.py +++ b/src/command_handler.py @@ -60,11 +60,13 @@ class CommandHandler(Handler): def __help_command(self, update, args): - update.message.reply_text("""Available commands: - /ping, - /get_stats: get information on how many pairs are known by ImaginaryFriend, - /set_chance: set the probability that ImaginaryFriend would reply to a random message (must be in range 1-50, default: 5), - /get_chance: get current probability that ImaginaryFriend would reply to a message.')""") + update.message.reply_text( + """Available commands: + • /ping, + • /get_stats: get information on how many pairs are known by ImaginaryFriend, + • /set_chance: set the probability that ImaginaryFriend would reply to a random message (must be in range 1-50, default: 5), + • /get_chance: get current probability that ImaginaryFriend would reply to a message.')""" + ) def __ping_command(self, update, args):