Update allowed users list to include 'etherlithium' and reorder existing entries
This commit is contained in:
parent
ddf9e636f4
commit
bfdf306d3e
2 changed files with 6 additions and 4 deletions
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
|
|
@ -10,6 +10,7 @@
|
|||
"denoising",
|
||||
"docstrings",
|
||||
"dotenv",
|
||||
"etherlithium",
|
||||
"Femboy",
|
||||
"forgefilip",
|
||||
"forgor",
|
||||
|
|
|
|||
9
main.py
9
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",
|
||||
]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue