Name change, unsafe to hard-code
This commit is contained in:
parent
d5a1a809e9
commit
c13d6c593e
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ servers: dict[str, dict[str, Any]] = {
|
|||
"address": "localhost",
|
||||
"pass": env["replirc_pass"],
|
||||
"channels": {"#random": 0, "#dice": 0, "#main": 0, "#bots": 0, "#firebot": 0},
|
||||
"admins": ["h|tl"],
|
||||
"admins": ["h-tl"],
|
||||
"hosts": ["owner.firepi"],
|
||||
},
|
||||
"backupbox": {
|
||||
|
|
Loading…
Reference in a new issue