mirror of
https://github.com/revanced/revanced-discord-bot.git
synced 2025-05-09 10:14:26 +02:00
feat: response to common sponsorblock question [skip ci]
This commit is contained in:
parent
48e92b3dff
commit
710a5462df
@ -114,6 +114,53 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"includes": {
|
||||
"channels": [952946952348270626, 954147049832603748],
|
||||
"match": ["(?i)(((sponsorblock|does|not|working).*){3,})"]
|
||||
},
|
||||
"excludes": {
|
||||
"roles": [
|
||||
965267139902705744, 955220417969262612, 952987191401926697,
|
||||
1027874293192863765
|
||||
],
|
||||
"match": []
|
||||
},
|
||||
"condition": {
|
||||
"user": {
|
||||
"server_age": 120
|
||||
}
|
||||
},
|
||||
"response": {
|
||||
"embed": {
|
||||
"title": "SponsorBlock does not work ❓",
|
||||
"description": "You have asked a question that has been answered in the <#953993848374325269> channel already. Make sure to read it as it will answer a lot of your questions guaranteed.",
|
||||
"color": 14908858,
|
||||
"fields": [
|
||||
{
|
||||
"name": "🔸 Regarding your question",
|
||||
"value": "Please refer to <#953993848374325269> XXX.",
|
||||
"inline": false
|
||||
}
|
||||
],
|
||||
"footer": {
|
||||
"text": "",
|
||||
"icon_url": ""
|
||||
},
|
||||
"image": {
|
||||
"url": ""
|
||||
},
|
||||
"thumbnail": {
|
||||
"url": "https://cdn.discordapp.com/icons/952946952348270622/d011f1dc1d27e9001d243bdedaf7443b.webp?size=512"
|
||||
},
|
||||
"author": {
|
||||
"name": "",
|
||||
"icon_url": "",
|
||||
"url": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user