a
This commit is contained in:
parent
d449625316
commit
587a23b5be
@ -10,7 +10,7 @@ async def load_all_cogs(bot: commands.Bot):
|
||||
failed_cogs = []
|
||||
|
||||
for filename in os.listdir(cogs_dir):
|
||||
if filename.endswith(".py") and not filename.startswith("__") and not filename.startswith("gurt"):
|
||||
if filename.endswith(".py") and not filename.startswith("__") and not filename.startswith("gurt") and not filename.startswith("profile_updater"):
|
||||
cog_name = f"{cogs_dir}.{filename[:-3]}"
|
||||
try:
|
||||
await bot.load_extension(cog_name)
|
||||
|
Loading…
x
Reference in New Issue
Block a user