diff options
| author | 2019-10-07 12:52:57 +0100 | |
|---|---|---|
| committer | 2019-10-07 12:52:57 +0100 | |
| commit | b4e65b6a73e38be2905b440c7955c247f6b513a1 (patch) | |
| tree | 4b53334e187e3beb4749baa594f920f83825b4eb /start.py | |
| parent | combine find_user_settings() and find_user_settings_prefix() (diff) | |
| signature | ||
update bot.find_settings_prefix() call in start.py
Diffstat (limited to 'start.py')
| -rwxr-xr-x | start.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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): |
