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