From cc7e95caff49be701732544692aa65e8756f18ed Mon Sep 17 00:00:00 2001 From: Abigail Gold Date: Sun, 8 Dec 2019 03:24:14 -0500 Subject: [PATCH] oopsie whoopsie --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 56717b0..2440950 100644 --- a/main.py +++ b/main.py @@ -150,7 +150,7 @@ async def _before_ensure_activity(): # --- Run --- for ext in opt.exts: - bot.load_extension(f"exts.{ext}") + bot.load_extension(extdir + '.' + ext) _ensure_activity.start()