diff --git a/plexpy/notifiers.py b/plexpy/notifiers.py index 0fae5f32..9b7e25df 100644 --- a/plexpy/notifiers.py +++ b/plexpy/notifiers.py @@ -1198,7 +1198,7 @@ class DISCORD(Notifier): attachment['image'] = {'url': poster_url} if self.config['incl_description'] or pretty_metadata.media_type in ('artist', 'album', 'track'): - attachment['description'] = description + attachment['description'] = description[:2045] + (description[2045:] and '...') fields = [] if provider_link: