From 71152475b275107dbfd535abac13ebe0fb8e773f Mon Sep 17 00:00:00 2001 From: jesopo <github@lolnerd.net> Date: Fri, 26 Jul 2019 11:16:04 +0100 Subject: [PATCH] 8ball.py -> eightball.py closes #106 --- modules/{8ball.py => eightball.py} | 2 ++ 1 file changed, 2 insertions(+) rename modules/{8ball.py => eightball.py} (98%) diff --git a/modules/8ball.py b/modules/eightball.py similarity index 98% rename from modules/8ball.py rename to 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): """