Make prefix trigger less false positives
This commit is contained in:
parent
83e32673f2
commit
6064e661ba
|
@ -80,7 +80,7 @@ fn main() {
|
||||||
.configure(|c| {
|
.configure(|c| {
|
||||||
c.with_whitespace(true)
|
c.with_whitespace(true)
|
||||||
.owners(OWNERS.clone().into_iter().collect())
|
.owners(OWNERS.clone().into_iter().collect())
|
||||||
.prefixes(vec!["owo ", "OwO ", "aga"])
|
.prefixes(vec!["owo!", "OwO!", "aga"])
|
||||||
.no_dm_prefix(true)
|
.no_dm_prefix(true)
|
||||||
.case_insensitivity(true)
|
.case_insensitivity(true)
|
||||||
.by_space(false)
|
.by_space(false)
|
||||||
|
|
Loading…
Reference in New Issue