From 53f8c57d9f2c157d985a7e5277d7ce0712315b81 Mon Sep 17 00:00:00 2001 From: Arves100 Date: Mon, 9 Mar 2020 02:04:17 +0100 Subject: [PATCH] Fix --- inline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inline.py b/inline.py index db9c6e7..a99a749 100644 --- a/inline.py +++ b/inline.py @@ -176,7 +176,7 @@ class InlineBot: context.bot.send_message(chat_id=update.effective_chat.id, text="Inline cancer, clop, furry spammer (h0nus)",parse_mode="HTML") def makeResult(self, command, senderid, querySearch = ""): - if commnand == None: + if command == None: return InlineQueryResultArticle( id=uuid.uuid4().hex, type="article",