aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar jesopo2019-05-03 16:40:12 +0100
committerGravatar jesopo2019-05-03 16:40:21 +0100
commit8c8205522e41f7fb9196058946bffadd4e0677ba (patch)
tree95f50aa59ca52f43baa31622d49f44c9816367fa
parentSet received.message.channel priority to PRIORITY_MONITOR (diff)
signature
Actually import EventManager in ducks.py
-rw-r--r--modules/ducks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ducks.py b/modules/ducks.py
index 0bc4ba1a..175ae7f3 100644
--- a/modules/ducks.py
+++ b/modules/ducks.py
@@ -1,5 +1,5 @@
import random
-from src import ModuleManager, utils
+from src import EventManager, ModuleManager, utils
DUCK = "・゜゜・。。・゜゜\_o< QUACK!"
NO_DUCK = "There was no duck!"