mirror of
https://github.com/Mrs4s/go-cqhttp.git
synced 2025-05-05 03:23:49 +08:00
ci(chore): Fix stylings
This commit is contained in:
parent
a526ec6dbc
commit
17d983060a
@ -45,7 +45,7 @@ func (bot *CQBot) privateMessageEvent(c *client.QQClient, m *message.PrivateMess
|
|||||||
}
|
}
|
||||||
log.Infof("收到好友 %v(%v) 的消息: %v (%v)", m.Sender.DisplayName(), m.Sender.Uin, cqm, id)
|
log.Infof("收到好友 %v(%v) 的消息: %v (%v)", m.Sender.DisplayName(), m.Sender.Uin, cqm, id)
|
||||||
fm := MSG{
|
fm := MSG{
|
||||||
"post_type": func() string {
|
"post_type": func() string {
|
||||||
if m.Sender.Uin == bot.Client.Uin {
|
if m.Sender.Uin == bot.Client.Uin {
|
||||||
return "message_sent"
|
return "message_sent"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user