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