update bot.find_settings_prefix() call in start.py
This commit is contained in:
parent
257042ac2c
commit
b4e65b6a73
1 changed files with 1 additions and 1 deletions
2
start.py
2
start.py
|
@ -121,7 +121,7 @@ if len(server_configs):
|
|||
|
||||
bot._events.on("boot.done").call()
|
||||
|
||||
timers.setup(bot.find_settings_prefix("timer-"))
|
||||
timers.setup(bot.find_settings(prefix="timer-"))
|
||||
|
||||
for server in servers:
|
||||
if not bot.connect(server):
|
||||
|
|
Loading…
Reference in a new issue