From 303147888cb0bd18522d3ec7eb1c1b31b8ecd87c Mon Sep 17 00:00:00 2001 From: 1fcgytv <148449244+1fcgytv@users.noreply.github.com> Date: Thu, 19 Oct 2023 20:09:24 +0800 Subject: [PATCH] Update main.go --- main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index 29afe0da7c..fc410c5bb1 100644 --- a/main.go +++ b/main.go @@ -226,7 +226,7 @@ func init() { // 直接写死 URL 时,请更改下面第二个参数 url := flag.String("u", "ws://127.0.0.1:6700", "Set Url of WSClient.") // 默认昵称 - adana := flag.String("n", "椛椛", "Set default nickname.") + adana := flag.String("n", "月酱", "Set default nickname.") prefix := flag.String("p", "/", "Set command prefix.") runcfg := flag.String("c", "", "Run from config file.") save := flag.String("s", "", "Save default config to file and exit.") @@ -258,7 +258,7 @@ func init() { } // 通过代码写死的方式添加主人账号 - // sus = append(sus, 12345678) + // sus = append(sus, 3574844983) // sus = append(sus, 87654321) // 启用 webui