aboutsummaryrefslogtreecommitdiff
path: root/start.py
diff options
context:
space:
mode:
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 b7d7f2cb..17dec8d6 100755
--- a/start.py
+++ b/start.py
@@ -55,7 +55,7 @@ for server_id, alias in bot.database.servers.get_all():
if len(servers):
bot._events.on("boot.done").call()
- bot.timers.setup(bot.find_settings_prefix("timer-"))
+ timers.setup(bot.find_settings_prefix("timer-"))
for server in servers:
if not bot.connect(server):