8ball.py -> eightball.py

closes #106
This commit is contained in:
jesopo 2019-07-26 11:16:04 +01:00
parent 89cb69ed46
commit 71152475b2

View file

@ -32,6 +32,8 @@ CHOICES = [
]
class Module(ModuleManager.BaseModule):
_name = "8Ball"
@utils.hook("received.command.8ball", min_args=1)
def decide(selfs, event):
"""