fix: 导入

This commit is contained in:
ikechan8370 2025-04-07 14:07:32 +08:00
parent 14a84357ca
commit fd40992c78

View file

@ -138,6 +138,8 @@ export function createCRUDCommandRules (cmdPrefix, name, variable, detail = true
} else {
e.reply(`获取${name}失败请检查id是否正确`, true)
}
} else {
e.reply(`格式错误,正确格式:${cmdPrefix}导入${name}[id]`)
}
}
}