aboutsummaryrefslogtreecommitdiff
path: root/modules/ducks.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/ducks.py')
-rw-r--r--modules/ducks.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/ducks.py b/modules/ducks.py
index e7fd00c3..3056d7bb 100644
--- a/modules/ducks.py
+++ b/modules/ducks.py
@@ -16,6 +16,7 @@ DUCK_LIST = [
class Module(object):
def __init__(self, bot, events):
self.bot = bot
+ self.events = events
events.on("received.command.bef").hook(self.duck_bef,
help="Befriend a duck!")