aboutsummaryrefslogtreecommitdiff
path: root/modules/imdb.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/imdb.py')
-rw-r--r--modules/imdb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/imdb.py b/modules/imdb.py
index 71458638..b145d5b4 100644
--- a/modules/imdb.py
+++ b/modules/imdb.py
@@ -8,7 +8,7 @@ URL_IMDBTITLE = "http://imdb.com/title/%s"
class Module(object):
_name = "IMDb"
- def __init__(self, bot, events):
+ def __init__(self, bot, events, exports):
self.bot = bot
events.on("received").on("command").on("imdb").hook(
self.imdb, min_args=1,