up min/max duck show time in ducks.py
This commit is contained in:
parent
8c6ab17e57
commit
72e991f4a5
1 changed files with 1 additions and 1 deletions
|
@ -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():
|
||||
|
|
Loading…
Reference in a new issue