aboutsummaryrefslogtreecommitdiff
path: root/modules/ducks.py
diff options
context:
space:
mode:
authorGravatar dngfx2018-09-04 13:01:54 +0100
committerGravatar dongfix2018-09-04 13:01:54 +0100
commit5961ff1725bedfe7b31165b29a9e79264da90c1b (patch)
tree313ebe20b9c62be1850c176ce0043505db7df97e /modules/ducks.py
parenttwitter.py -> tweets.py (diff)
signature
Update duck timer
Diffstat (limited to 'modules/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 d66f2e9e..e54bb6a2 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(360, 2400)
+ return random.randint(720, 3600)
def show_duck(self, event):
for server in self.bot.servers.values():