mirror of
https://github.com/syuilo/ai.git
synced 2025-03-25 21:12:56 +00:00
feat: 緩和
This commit is contained in:
parent
b72dc81d6c
commit
2139fc4b0c
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ export default class extends Module {
|
||||||
|
|
||||||
const name = matchResult[1];
|
const name = matchResult[1];
|
||||||
|
|
||||||
if (name.length > 10) {
|
if (name.length > 20) {
|
||||||
console.error("Name length exceeds 10 characters.");
|
console.error("Name length exceeds 10 characters.");
|
||||||
msg.reply(serifs.core.tooLong);
|
msg.reply(serifs.core.tooLong);
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in a new issue