mirror of
https://github.com/ReVanced/revanced-bots.git
synced 2026-01-21 18:23:57 +00:00
feat: platform specific responses
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user