aboutsummaryrefslogtreecommitdiff
path: root/start.py
diff options
context:
space:
mode:
authorGravatar jesopo2019-10-07 12:52:57 +0100
committerGravatar jesopo2019-10-07 12:52:57 +0100
commitb4e65b6a73e38be2905b440c7955c247f6b513a1 (patch)
tree4b53334e187e3beb4749baa594f920f83825b4eb /start.py
parentcombine 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-xstart.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/start.py b/start.py
index 19c85719..b8357d41 100755
--- a/start.py
+++ b/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):