This commit is contained in:
n1lsqn 2023-11-13 14:51:51 +09:00
parent 3568fda121
commit f72f3183af

View file

@ -73,7 +73,7 @@ export default class extends Module {
return true; return true;
} }
if (!safeForInterpolate(name)) { if (safeForInterpolate(name)) {
msg.reply(serifs.core.invalidName); msg.reply(serifs.core.invalidName);
return true; return true;
} }