mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-18 08:43:57 +00:00
feat: initalize discord bot
This commit is contained in:
12
server/config.example.json
Normal file
12
server/config.example.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"server": {
|
||||
"port": 3000
|
||||
},
|
||||
|
||||
"fasttext": {
|
||||
"bin": "./model/fastText/fasttext",
|
||||
"loadModel": "./model/model.bin",
|
||||
"trainFile": "./model/train.tsv",
|
||||
"debug": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user