diff options
| author | 2018-09-02 20:14:24 +0100 | |
|---|---|---|
| committer | 2018-09-02 20:14:24 +0100 | |
| commit | 72e991f4a5cb365e3ad9ebd8eff009a2fc5ab719 (patch) | |
| tree | a9c77bf87dfb6f1b1cf96de8fda0a3c88487b08c | |
| parent | give an Exports object (actually, ExportsContex object) to each module, to (diff) | |
| signature | ||
up min/max duck show time in 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 06194b85..d66f2e9e 100644 --- a/modules/ducks.py +++ b/modules/ducks.py @@ -186,7 +186,7 @@ class Module(object): self.duck_loop_entry(event) def get_random_duck_time(self): - return random.randint(120, 1200) + return random.randint(360, 2400) def show_duck(self, event): for server in self.bot.servers.values(): |
