refactor: 把 hello 改成 welcome

This commit is contained in:
sean
2025-06-19 15:59:04 +08:00
parent 11d8c9a75e
commit 90c4e5d8ab
20 changed files with 71 additions and 350 deletions

View File

@ -19,7 +19,7 @@ const COMMAND_PREFIX = getCommandPrefix()
// 静态命令常量
const COMMANDS = {
INIT: `${COMMAND_PREFIX} init`,
HELLO: `${COMMAND_PREFIX} hello`,
WELCOME: `${COMMAND_PREFIX} welcome`,
ACTION: `${COMMAND_PREFIX} action`,
LEARN: `${COMMAND_PREFIX} learn`,
RECALL: `${COMMAND_PREFIX} recall`,