diff options
Diffstat (limited to 'modules/stats.py')
| -rw-r--r-- | modules/stats.py | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/modules/stats.py b/modules/stats.py index 927eedad..5cf78a54 100644 --- a/modules/stats.py +++ b/modules/stats.py @@ -1,10 +1,7 @@ import time -from src import Utils - -class Module(object): - def __init__(self, bot, events, exports): - self.bot = bot +from src import ModuleManager, Utils +class Module(ModuleManager.BaseModule): @Utils.hook("received.command.uptime") def uptime(self, event): """ |
