mirror of
https://github.com/revanced/revanced-discord-bot.git
synced 2025-04-30 14:34:29 +02:00
fix: correct match regex [skip ci]
This commit is contained in:
parent
2ec7bd93e3
commit
f276ec1b47
@ -158,7 +158,7 @@
|
|||||||
{
|
{
|
||||||
"includes": {
|
"includes": {
|
||||||
"channels": [952946952348270626, 954147049832603748],
|
"channels": [952946952348270626, 954147049832603748],
|
||||||
"match": ["((video|buffer|play|work|time|infinite|endless).*){2,})"]
|
"match": ["(?i)(((video|buffer|play|work|time|infinite|endless).*){2,})"]
|
||||||
},
|
},
|
||||||
"excludes": {
|
"excludes": {
|
||||||
"roles": [
|
"roles": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user