aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/eightball.py (renamed from modules/8ball.py)2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/8ball.py b/modules/eightball.py
index 5cacecfd..eede3f5c 100644
--- a/modules/8ball.py
+++ b/modules/eightball.py
@@ -32,6 +32,8 @@ CHOICES = [
]
class Module(ModuleManager.BaseModule):
+ _name = "8Ball"
+
@utils.hook("received.command.8ball", min_args=1)
def decide(selfs, event):
"""