update clientid for chat send

This commit is contained in:
shoopea 2021-11-13 14:02:17 +08:00
parent 4169b1f3e5
commit bee4a4e879

2
bot.go
View File

@ -313,7 +313,7 @@ func botSay(m *tb.Message) {
Packet: Packet{PType: AdminPacketServerChat},
ActionID: AdminNetworkActionChat,
DestinationID: AdminDestinationTypeBroadcast,
ClientID: 0,
ClientID: 1,
Message: msg,
Amount: 0,
}