Add LO SCHERZO DEL RASOIO

Added such an important feature. wow
This commit is contained in:
simone 2020-03-08 20:57:45 +01:00
parent e887cfcba7
commit edc1c4cbd3
1 changed files with 1 additions and 0 deletions

View File

@ -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)