aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorGravatar jesopo2019-06-08 12:13:51 +0100
committerGravatar jesopo2019-06-08 12:13:51 +0100
commitabccb06dc5776a064b5585a794012f5db41516d4 (patch)
tree2da63bc3b4ab9a46196c0a018d7c98c1622dfe63 /modules
parentShow how many seconds it took to !bef/!trap a duck (diff)
signature
Add missing `time` import
Diffstat (limited to 'modules')
-rw-r--r--modules/ducks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ducks.py b/modules/ducks.py
index a3c4f464..45f69cd9 100644
--- a/modules/ducks.py
+++ b/modules/ducks.py
@@ -1,7 +1,7 @@
#--depends-on commands
#--depends-on config
-import random
+import random, time
from src import EventManager, ModuleManager, utils
DUCK = "・゜゜・。。・゜゜\_o< QUACK!"