Fixed initial cogs loading

This commit is contained in:
Twentysix
2016-04-30 19:44:12 +02:00
parent 9603075538
commit 4485de64ab

2
red.py
View File

@@ -299,6 +299,8 @@ def load_cogs():
registry[extension] = False
continue
registry[extension] = True
if not registry[extension]:
continue
try:
owner_cog._load_cog(extension)
except Exception as e: