Update 'tilderadio.py' #4

Merged
ben merged 1 commits from dokuja/bitbot-modules:master into master 2020-10-05 20:59:51 +00:00
1 changed files with 4 additions and 0 deletions

View File

@ -300,6 +300,10 @@ class Module(ModuleManager.BaseModule):
@utils.kwarg("help", "get a random tilderadio slogan")
def slogan(self, event):
event["stdout"].write(random.choice(SLOGANS))
@utils.hook("received.command.paymybills")
def paymybills(self, event):
event["stdout"].write("whaddya mean?! i'm broker than you!")
@utils.hook("received.command.toot")
@utils.kwarg("require_mode", "v")