From 8512f337e97d5b2c6b2636e93ae3f1bef2f140eb Mon Sep 17 00:00:00 2001 From: Cactii1 <37589158+Cactii1@users.noreply.github.com> Date: Mon, 28 Dec 2020 17:11:27 +0100 Subject: [PATCH] Add mental trigger --- trifling.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/trifling.py b/trifling.py index d7548c4..ce52275 100644 --- a/trifling.py +++ b/trifling.py @@ -907,3 +907,7 @@ def yeezy(bot, trigger): #if 'quote' not in blob or not isinstance(blob['quote'], str): # raise Exception('malformed response') bot.say(j['quote']) + +sopel.module.commands('mental') +def mental(bot, trigger): + bot.say('Ahhhhhhhh!!!!')