diff --git a/discord/bot.go b/discord/bot.go index f5b53cd..932be97 100644 --- a/discord/bot.go +++ b/discord/bot.go @@ -211,7 +211,6 @@ func (bot *Bot) NotifyNewBeatmap(channels []string, newMaps []osuapi.Beatmapset) _, err = bot.ChannelMessageSendEmbed(channelId, embed) if err != nil { err = fmt.Errorf("failed to send to %s: %w", channelId, err) - return } } }