Closed lukellmann closed 1 month ago
I think an @Language("regexp")
should be used, which should be doable using @OptionalExpectation
I think an
@Language("regexp")
should be used, which should be doable using @OptionalExpectation
does this work for rust regex? auto mod supposedly uses rust regex syntax.
I think an
@Language("regexp")
should be used, which should be doable using @OptionalExpectationdoes this work for rust regex? auto mod supposedly uses rust regex syntax.
regexp is simply the name the regex plugin uses, it stands for RegularExpression, not regexp
I think an
@Language("regexp")
should be used, which should be doable using @OptionalExpectationdoes this work for rust regex? auto mod supposedly uses rust regex syntax.
regexp is simply the name the regex plugin uses, it stands for RegularExpression, not regexp
yes, i know. the concern that i'm having is that @Language("RegExp")
is for java.util.regex.Pattern
and the regex syntax might be different from rust's regex::Regex
(or whatever discord uses).
Nah I think that's fine
hm, i'm not sure if it's really worth the effort of an expect/actual annotation. even less if it might even provide slightly wrong results.
The DSL for creating/editing
MemberProfileAutoModerationRule
s looks like this:See https://github.com/discord/discord-api-docs/pull/6040