#7 Removing trailing space.

This commit is contained in:
Alexey Skobkin 2022-05-30 22:58:19 +03:00
parent af73458e29
commit a6aa04b2ca
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ class CommandProcessor:
self.bot.reply_to(
message,
'Supported commands:\n'
' /add <feed url> - Add new feed\n '
' /add <feed url> - Add new feed\n'
' /list - List currently added feeds\n'
' /del <feed url> - Remove feed\n'
' /help - Get this help message'