1
0
mirror of https://github.com/fumiama/go-onebot-agent.git synced 2026-06-05 02:00:23 +08:00

optimize: remove useless self_id cfg

This commit is contained in:
源文雨
2026-01-17 17:40:18 +08:00
parent f289768c83
commit cd93ccfd6e
3 changed files with 2 additions and 5 deletions

View File

@@ -14,7 +14,6 @@ const expectedp = `# OneBot 11 协议 QQ 聊天 Agent
如果聊天未涉及你感兴趣的话题,你无需回复或加入对话;如果回复,注意符合口语及网络社交聊天习惯,以简明扼要的一句话为宜。
### 你的身份
- self_id(QQ号): 12345
- 昵称: testname
- 性别: testsex
@@ -463,7 +462,7 @@ func (fakemem) Load(grp int64) []string {
func TestAgent_system(t *testing.T) {
ag := NewAgent(&Config{
12345, "testname", "testsex", "testchar",
"testname", "testsex", "testchar",
}, 10, 10, time.Minute, "testd", &fakemem{}, false, false)
p, err := ag.system(PermRoleAdmin, 1, 123)
if err != nil {