Sanitizing HTML to leave only HTML tags allowed by Telegram Bot API. #33

Merged
Miroslavsckaya merged 3 commits from feature_filter_html_tags into master 2022-07-10 10:22:45 +00:00
Showing only changes of commit 5a8b553546 - Show all commits

View file

@ -33,6 +33,7 @@ class CommandProcessor:
self.bot.infinity_polling()
def __command_help(self, message: Message, data: dict):
# pylint: disable=unused-argument
self.bot.reply_to(
message,
'Supported commands:\n'