feat: platform specific responses

This commit is contained in:
GramingFoxTeam
2022-11-19 13:04:10 +03:00
parent 8d478a5d8b
commit 18e57b0c32
4 changed files with 28 additions and 9 deletions

View File

@@ -27,7 +27,20 @@
{
"label": "DOWNLOAD",
"threshold": 0.85,
"text": "you wanted peevanced"
"responses": [
{
"p": "discord",
"text": "you wanted peevanced"
},
{
"p": "telegram",
"text":"you wanted peevanced, on telegram"
},
{
"p": "reddit",
"text": "you wanted peevanced, on reddit"
}
]
}
]
}