agahat agahat

This commit is contained in:
Agatha 2020-04-07 15:29:57 +03:00
parent 4343d0172e
commit 96b4face70
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ fn main() {
.configure(|c| {
c.with_whitespace(true)
.owners(OWNERS.clone().into_iter().collect())
.prefixes(vec!["owo ", "OwO "])
.prefixes(vec!["owo ", "OwO ", "aga"])
.no_dm_prefix(true)
.case_insensitivity(true)
.by_space(false)