aboutsummaryrefslogtreecommitdiff
path: root/modules/todo.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/todo.py')
-rw-r--r--modules/todo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/todo.py b/modules/todo.py
index 8c1ead32..85c206e9 100644
--- a/modules/todo.py
+++ b/modules/todo.py
@@ -1,7 +1,7 @@
class Module(object):
- def __init__(self, bot, events):
+ def __init__(self, bot, events, exports):
self.bot = bot
events.on("received").on("command").on("todo").hook(
self.todo, help="Find out what's in your todo list",