Update allowed users list to include 'etherlithium' and reorder existing entries

This commit is contained in:
Joakim Hellsén 2025-09-26 21:00:38 +02:00
commit bfdf306d3e
2 changed files with 6 additions and 4 deletions

View file

@ -10,6 +10,7 @@
"denoising",
"docstrings",
"dotenv",
"etherlithium",
"Femboy",
"forgefilip",
"forgor",

View file

@ -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",
]