parent
89cb69ed46
commit
71152475b2
1 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,8 @@ CHOICES = [
|
|||
]
|
||||
|
||||
class Module(ModuleManager.BaseModule):
|
||||
_name = "8Ball"
|
||||
|
||||
@utils.hook("received.command.8ball", min_args=1)
|
||||
def decide(selfs, event):
|
||||
"""
|
Loading…
Add table
Reference in a new issue