This commit is contained in:
Erik 2021-10-27 10:28:03 +03:00
parent 53bc5ab309
commit 944dd95936
No known key found for this signature in database
GPG Key ID: FEFF4B220DDF5589

View File

@ -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, '');
} }