From b4e65b6a73e38be2905b440c7955c247f6b513a1 Mon Sep 17 00:00:00 2001 From: jesopo Date: Mon, 7 Oct 2019 12:52:57 +0100 Subject: update bot.find_settings_prefix() call in start.py --- start.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- cgit v1.3.1-10-gc9f91