1
0
mirror of https://github.com/fumiama/NanoBot.git synced 2026-06-06 03:00:24 +08:00
This commit is contained in:
源文雨
2023-10-17 00:38:52 +09:00
parent 67836c78e3
commit edad23ff3b
2 changed files with 10 additions and 0 deletions

View File

@@ -45,6 +45,7 @@ func (m *Message) String() string {
sb.WriteByte('[')
sb.WriteString(m.SeqInChannel)
sb.WriteByte(']')
sb.WriteString(m.ID)
sb.WriteString(" ギルド: ")
sb.WriteString(m.GuildID)
if m.SrcGuildID != "" {