a little fucky-wucky

This commit is contained in:
Abigail Gold
2019-12-08 03:26:04 -05:00
parent cc7e95caff
commit 51a396e049
+1 -1
View File
@@ -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()