diff options
Diffstat (limited to 'modules/strax.py')
| -rw-r--r-- | modules/strax.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/strax.py b/modules/strax.py index 64c92313..e2584712 100644 --- a/modules/strax.py +++ b/modules/strax.py @@ -1,8 +1,8 @@ import random -from src import ModuleManager, Utils +from src import ModuleManager, utils class Module(ModuleManager.BaseModule): - @Utils.hook("received.command.strax") + @utils.hook("received.command.strax") def strax(self, event): """ :help: Suggests a glorious method of battle for the glory of the |
