diff --git a/commands/loader.py b/commands/loader.py index a3b0d9f..fafc4ec 100644 --- a/commands/loader.py +++ b/commands/loader.py @@ -48,7 +48,7 @@ def get_base_dir() -> str: current = split[len(split) - 1] if current == 'commands': return check_dir(cwd) - if current == 'Praxis_Bot': + elif current == 'Praxis_Bot' or current == 'Praxis': return check_dir(os.path.join(current, "commands")) else: print("could not find working directory for Praxis_Bot/commands")