diff options
Diffstat (limited to 'modules/seen.py')
| -rw-r--r-- | modules/seen.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/seen.py b/modules/seen.py index 222d30b5..1c72d6e6 100644 --- a/modules/seen.py +++ b/modules/seen.py @@ -2,7 +2,7 @@ import time import Utils class Module(object): - def __init__(self, bot, events): + def __init__(self, bot, events, exports): events.on("received").on("message").on("channel" ).hook(self.channel_message) events.on("received").on("command").on("seen").hook( |
