diff --git a/mod_livePosting.go b/mod_livePosting.go index 1973cc3..1bd675c 100644 --- a/mod_livePosting.go +++ b/mod_livePosting.go @@ -220,6 +220,7 @@ func (m *modLivePosting) handlePresenceUpdate(d *discordgo.Session, p *discordgo } } +//nolint:funlen // Makes no sense to split just for 2 lines func (m *modLivePosting) sendLivePost(username, displayName, title, game, previewImage, profileImage string) error { m.lock.Lock() defer m.lock.Unlock()