bugfix
This commit is contained in:
parent
53bc5ab309
commit
944dd95936
@ -23,7 +23,7 @@ class Modmail extends Command {
|
|||||||
anon = true;
|
anon = true;
|
||||||
content = content.replace(first, '');
|
content = content.replace(first, '');
|
||||||
first = second;
|
first = second;
|
||||||
} else if (second.toLowerCase() === 'anon') {
|
} else if (second?.toLowerCase() === 'anon') {
|
||||||
anon = true;
|
anon = true;
|
||||||
content = content.replace(second, '');
|
content = content.replace(second, '');
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user