diff --git a/trifling.py b/trifling.py index ce52275..4fe85bc 100644 --- a/trifling.py +++ b/trifling.py @@ -908,6 +908,10 @@ def yeezy(bot, trigger): # raise Exception('malformed response') bot.say(j['quote']) -sopel.module.commands('mental') +@sopel.module.commands('mental') def mental(bot, trigger): bot.say('Ahhhhhhhh!!!!') + +@sopel.module.commands('biden') +def mental(bot, trigger): + bot.say('Come on man...')