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!!!!')