a little fucky-wucky

This commit is contained in:
Abigail Gold 2019-12-08 03:26:04 -05:00
parent cc7e95caff
commit 51a396e049
No known key found for this signature in database
GPG Key ID: CF88335E873C3FB4
1 changed files with 1 additions and 1 deletions

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()