mirror of
https://github.com/syuilo/ai.git
synced 2025-03-25 21:12:56 +00:00
fix
This commit is contained in:
parent
3568fda121
commit
f72f3183af
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ export default class extends Module {
|
|||
return true;
|
||||
}
|
||||
|
||||
if (!safeForInterpolate(name)) {
|
||||
if (safeForInterpolate(name)) {
|
||||
msg.reply(serifs.core.invalidName);
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue