diff --git a/controller/soupAgent/index.ts b/controller/soupAgent/index.ts index 7c2eaf2..3474cea 100644 --- a/controller/soupAgent/index.ts +++ b/controller/soupAgent/index.ts @@ -195,7 +195,7 @@ const soupAgent = async (ctx: Context) => { startOrStopGame(ctx, true) return true } - if (msgText === "结束游戏") { + if (msgText === "结束游戏" || msgText === "停止游戏") { startOrStopGame(ctx, false) return true }