mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-08 02:12:32 -05:00
Fixed initial cogs loading
This commit is contained in:
4
red.py
4
red.py
@@ -298,7 +298,9 @@ def load_cogs():
|
|||||||
if not get_answer():
|
if not get_answer():
|
||||||
registry[extension] = False
|
registry[extension] = False
|
||||||
continue
|
continue
|
||||||
registry[extension] = True
|
registry[extension] = True
|
||||||
|
if not registry[extension]:
|
||||||
|
continue
|
||||||
try:
|
try:
|
||||||
owner_cog._load_cog(extension)
|
owner_cog._load_cog(extension)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
|||||||
Reference in New Issue
Block a user