From dd98271307248ab1563958f1f8cef5e82ee504f9 Mon Sep 17 00:00:00 2001 From: Mark Hoekveen Date: Wed, 16 Jan 2019 13:16:17 +0100 Subject: [PATCH] laffing aut laut --- Chatbot.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Chatbot.py b/Chatbot.py index 3281e74..538733c 100644 --- a/Chatbot.py +++ b/Chatbot.py @@ -37,7 +37,9 @@ class Chatbot(object): if message.content.lower() == "nihao": yield from message.channel.send("kankerlauw") return - + if message.content.lower() == "lol": + yield from message.channel.send("laffing aut laut") + return if "DMChannel" in type(message.channel).__name__: #respond to messages in PM channels if (self.isAllowedToLearnFromPm(message)): #avoid spam-learning self.pmCount += 1