diff --git a/trifling.py b/trifling.py index ff98e41..5424d64 100644 --- a/trifling.py +++ b/trifling.py @@ -4,7 +4,7 @@ import random import re import requests import praw -from client import * +from client import from threading import Timer @sopel.module.commands('4matter') @@ -442,7 +442,11 @@ def pamp(bot, trigger): @sopel.module.commands('xrp') def xrp(bot, trigger): bot.say("We have the best C++ dev team in the world!") - + +@sopel.module.commands('fake') +def fake(bot, trigger): + bot.say("and gay") + @sopel.module.commands('asp') def asp(bot, trigger): polourl = "https://poloniex.com/public?command=returnTicker"