Skip to content

Commit

Permalink
feat: add response to close threads
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Jul 9, 2023
1 parent 3aab088 commit 3fcc9f0
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions configuration.revanced.json
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,41 @@
}
},
"respond_to_reference": true
},
{
"includes": {
"match": [
"\\?close"
],
"roles": [1019903194941362198]
},
"response": {
"embed": {
"title": "Closing ✅",
"description": "This thread has been closed. You can reopen it by sending `?open`.",
"color": 5150960,
"fields": [],
"footer": {
"text": "ReVanced",
"icon_url": "https://cdn.discordapp.com/attachments/1095487869923119144/1115436493050224660/revanced-logo.png"
},
"image": {
"url": ""
},
"thumbnail": {
"url": "https://cdn.discordapp.com/attachments/1095487869923119144/1115436493050224660/revanced-logo.png"
},
"author": {
"name": "",
"icon_url": "",
"url": ""
}
}
},
"respond_to_reference": true,
"thread_options": {
"close_on_response": true
}
}
]
}

0 comments on commit 3fcc9f0

Please sign in to comment.