From 51a396e04997354505cae27536ac458d4e04c526 Mon Sep 17 00:00:00 2001 From: Abigail Gold Date: Sun, 8 Dec 2019 03:26:04 -0500 Subject: [PATCH] a little fucky-wucky --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 2440950..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(extdir + '.' + ext) + bot.load_extension(ext_dir + '.' + ext) _ensure_activity.start()