Check if this works on linux

main
sgoudham 3 years ago
parent cc6c28647d
commit 5c727ee35d
Signed by: hammy
GPG Key ID: 44E818FD5457EEA4

@ -38,7 +38,7 @@ def main():
logger.debug("Loading Cogs...") logger.debug("Loading Cogs...")
for folder in os.listdir("exclamation_mark_charity/modules"): for folder in os.listdir("exclamation_mark_charity/modules"):
if os.path.exists(Path("exclamation_mark_charity/modules", folder, "cog.py")): if os.path.exists(Path("exclamation_mark_charity/modules", folder, "cog.py")):
bot.load(f"exclamation_mark_charity/modules.{folder}.cog") bot.load(f"modules.{folder}.cog")
logger.debug(f"Cog '{folder}' Successfully Loaded!") logger.debug(f"Cog '{folder}' Successfully Loaded!")
logger.debug("All Cogs Loaded!") logger.debug("All Cogs Loaded!")

Loading…
Cancel
Save