feat: discord bot scanning messages

This commit is contained in:
GramingFoxTeam
2022-11-15 22:21:35 +03:00
parent bd2994388b
commit d1bd3b2b7e
4 changed files with 40 additions and 5 deletions

View File

@@ -1,5 +1,18 @@
{
"discord": {
"token": "YOUR-BOT-TOKEN-HERE"
}
},
"server": {
"port": 3000,
"host": "192.168.1.6"
},
"responses": [
{
"label": "DOWNLOAD",
"threshold": 0.85,
"text": "you wanted peevanced"
}
]
}