forked from Galactic/modmail
allow anon and user to swap places
This commit is contained in:
parent
d3f9b4ddf9
commit
2b5bdc4df4
@ -23,6 +23,9 @@ class Modmail extends Command {
|
||||
anon = true;
|
||||
content = content.replace(first, '');
|
||||
first = second;
|
||||
} else if (second.toLowerCase() === 'anon') {
|
||||
anon = true;
|
||||
content = content.replace(second, '');
|
||||
}
|
||||
|
||||
const user = await this.client.resolveUser(first, true);
|
||||
|
Loading…
Reference in New Issue
Block a user