From 4678f0514c50b53d27e0ccd980f85bc0d6d3b1b0 Mon Sep 17 00:00:00 2001 From: Cactii1 <37589158+Cactii1@users.noreply.github.com> Date: Sat, 23 Jan 2021 20:50:33 +0100 Subject: [PATCH] Add biden trigger --- trifling.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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...')