diff --git a/.vscode/settings.json b/.vscode/settings.json index 1567075..5081978 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -10,6 +10,7 @@ "denoising", "docstrings", "dotenv", + "etherlithium", "Femboy", "forgefilip", "forgor", diff --git a/main.py b/main.py index 842ba3e..757c6d1 100644 --- a/main.py +++ b/main.py @@ -506,12 +506,13 @@ def get_allowed_users() -> list[str]: The list of allowed users. """ return [ - "thelovinator", - "killyoy", + "etherlithium", "forgefilip", - "plubplub", - "nobot", "kao172", + "killyoy", + "nobot", + "plubplub", + "thelovinator", ]