This commit is contained in:
shoopea 2019-07-09 15:49:26 +08:00
parent 85d36448bd
commit 4a1b9f531c

2
bot.go
View File

@ -169,7 +169,7 @@ func botGetClients(m *tb.Message) {
var ret string
clientsCW.Range(func(k, v interface{}) bool {
c := v.(*ChatWarsClient)
ret := fmt.Sprintf("%s%s | UserID : %d | TelegramID : %d\n", ret, c.UserID64, c.TelegramID64)
ret = fmt.Sprintf("%s%s | UserID : %d | TelegramID : %d\n", ret, c.UserID64, c.TelegramID64)
return true
})
c := TGCommand{