oopsie whoopsie

This commit is contained in:
Abigail Gold 2019-12-08 03:24:14 -05:00
parent 73b75363c0
commit cc7e95caff
No known key found for this signature in database
GPG Key ID: CF88335E873C3FB4

View File

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