diff --git a/main.py b/main.py index 56717b0..8edf832 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(ext_dir + '.' + ext) _ensure_activity.start()