This commit is contained in:
Christian Rendina 2020-03-09 02:04:17 +01:00
parent 343b570d3b
commit 53f8c57d9f
1 changed files with 1 additions and 1 deletions

View File

@ -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") 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 = ""): def makeResult(self, command, senderid, querySearch = ""):
if commnand == None: if command == None:
return InlineQueryResultArticle( return InlineQueryResultArticle(
id=uuid.uuid4().hex, id=uuid.uuid4().hex,
type="article", type="article",