From edc1c4cbd3e0f90442638ba7697e72ba586234c7 Mon Sep 17 00:00:00 2001 From: simone Date: Sun, 8 Mar 2020 20:57:45 +0100 Subject: [PATCH] Add LO SCHERZO DEL RASOIO Added such an important feature. wow --- inline.py | 1 + 1 file changed, 1 insertion(+) diff --git a/inline.py b/inline.py index 0945b26..82c9855 100644 --- a/inline.py +++ b/inline.py @@ -86,6 +86,7 @@ class InlineBot: results.append(self.makeResult("Loli", "Cute lolis", self.callRequest("loli", senderid, query))) results.append(self.makeResult("Yiff", "Yiff", self.callRequest("yiff", senderid, query))) results.append(self.makeResult("Lewd", "Say hi to the police", self.callRequest("lewd", senderid, query))) + results.append(self.makeResult("Rasoio", "Dai facciamogli lo scherzo del rasoio!1!!", "https://www.youtube.com/watch?v=sj8kNDOpvWI")) else: results.append(self.makeResult("Cancer", "Search cancer about " + query, self.callRequest("cancer", senderid, query))) context.bot.answer_inline_query(update.inline_query.id, results, 1, False)