only dump summary
This commit is contained in:
parent
e89ebb7edb
commit
cd3cf11078
1 changed files with 1 additions and 1 deletions
2
bot.go
2
bot.go
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue