fix: change config.town_square to usize instead of String
This commit is contained in:
parent
a06dc88f84
commit
fd33c0c7d8
4 changed files with 6 additions and 6 deletions
|
@ -16,7 +16,7 @@ banned_usernames = [
|
|||
"post",
|
||||
"void",
|
||||
]
|
||||
town_square = "166340372315581657"
|
||||
town_square = 166340372315581657
|
||||
|
||||
[security]
|
||||
registration_enabled = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue