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

chore: make lint happy

This commit is contained in:
源文雨
2025-09-21 23:16:07 +08:00
parent d55156efbd
commit d45d7d3ec5

View File

@@ -37,7 +37,7 @@ func NewAgent(
id: id, nickname: nickname, sex: sex, chars: characteristics, id: id, nickname: nickname, sex: sex, chars: characteristics,
log: chat.NewLog[fmt.Stringer](batchcap, itemscap, "\n", defaultprompt), log: chat.NewLog[fmt.Stringer](batchcap, itemscap, "\n", defaultprompt),
} }
ag.LoadPermTable() _ = ag.LoadPermTable()
return return
} }