forked from HonusBot/HonusBot
Fix
This commit is contained in:
parent
343b570d3b
commit
53f8c57d9f
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user