Added config generator
This commit is contained in:
parent
dbb7552fe3
commit
d4fd21d98e
4 changed files with 104 additions and 7 deletions
21
config.toml.example
Normal file
21
config.toml.example
Normal file
|
@ -0,0 +1,21 @@
|
|||
APIToken = "1234567:h8Y7ma7hMG93kxDx5o"
|
||||
DebugMode = false
|
||||
PrivilegedUsers = [1234567, 9764382423]
|
||||
|
||||
[Webserver]
|
||||
Port = "3000"
|
||||
|
||||
[Balonlyl]
|
||||
EnabledChats = [353454534, 8743658]
|
||||
BalonlylAT = "@Balonlyl"
|
||||
TriggerWords = ["French, France"]
|
||||
|
||||
[GayPoints]
|
||||
EnabledChats = [353454534, 8743658]
|
||||
ModifyUsers = [3827468324, 1736576]
|
||||
|
||||
[Download]
|
||||
Prefix = "https://bloater.example.com"
|
||||
[Download.Yourls]
|
||||
APIPath = "https://short.com/yourls-api.php"
|
||||
Signature = "kfn83h28r"
|
Loading…
Add table
Add a link
Reference in a new issue