only dump summary

This commit is contained in:
Michael Zhang 2020-10-12 03:52:54 -05:00
parent e89ebb7edb
commit cd3cf11078
Signed by: michael
GPG key ID: BDA47A31A3C8EE6B

2
bot.go
View file

@ -203,7 +203,7 @@ func (bot *Bot) NotifyNewEvent(channels []string, newMaps []Event) (err error) {
if gotDownloadedBeatmap {
log.Println(downloadedBeatmap)
embed.Description = patch.String()
embed.Description = patch.Stats().String()
}
}
for _, channelId := range channels {