diff options
| author | 2019-06-08 12:13:51 +0100 | |
|---|---|---|
| committer | 2019-06-08 12:13:51 +0100 | |
| commit | abccb06dc5776a064b5585a794012f5db41516d4 (patch) | |
| tree | 2da63bc3b4ab9a46196c0a018d7c98c1622dfe63 /modules/ducks.py | |
| parent | Show how many seconds it took to !bef/!trap a duck (diff) | |
| signature | ||
Add missing `time` import
Diffstat (limited to 'modules/ducks.py')
| -rw-r--r-- | modules/ducks.py | 2 |
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!" |
