From bfdf306d3eafd129681ee5a079c7f151125ca47f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Fri, 26 Sep 2025 21:00:38 +0200 Subject: [PATCH] Update allowed users list to include 'etherlithium' and reorder existing entries --- .vscode/settings.json | 1 + main.py | 9 +++++---- 2 files changed, 6 insertions(+), 4 deletions(-) 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", ]