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",
|
"denoising",
|
||||||
"docstrings",
|
"docstrings",
|
||||||
"dotenv",
|
"dotenv",
|
||||||
|
"etherlithium",
|
||||||
"Femboy",
|
"Femboy",
|
||||||
"forgefilip",
|
"forgefilip",
|
||||||
"forgor",
|
"forgor",
|
||||||
|
|
|
||||||
9
main.py
9
main.py
|
|
@ -506,12 +506,13 @@ def get_allowed_users() -> list[str]:
|
||||||
The list of allowed users.
|
The list of allowed users.
|
||||||
"""
|
"""
|
||||||
return [
|
return [
|
||||||
"thelovinator",
|
"etherlithium",
|
||||||
"killyoy",
|
|
||||||
"forgefilip",
|
"forgefilip",
|
||||||
"plubplub",
|
|
||||||
"nobot",
|
|
||||||
"kao172",
|
"kao172",
|
||||||
|
"killyoy",
|
||||||
|
"nobot",
|
||||||
|
"plubplub",
|
||||||
|
"thelovinator",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue