diff options
Diffstat (limited to 'modules/pong.py')
| -rw-r--r-- | modules/pong.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/pong.py b/modules/pong.py index 8742c678..3a4cb11d 100644 --- a/modules/pong.py +++ b/modules/pong.py @@ -1,7 +1,7 @@ -from src import ModuleManager, Utils +from src import ModuleManager, utils class Module(ModuleManager.BaseModule): - @Utils.hook("received.command.ping") + @utils.hook("received.command.ping") def pong(self, event): """ :help: Ping pong! |
