Update 'tilderadio.py'

Add paymybills command
This commit is contained in:
dokuja 2020-10-04 04:38:16 +00:00
parent 2d967feac4
commit 8da0d843ba

View File

@ -301,6 +301,10 @@ class Module(ModuleManager.BaseModule):
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")
@utils.kwarg("help", "send a toot from the tilderadio mastodon account")