diff --git a/apprise/plugins/NotifyDiscord.py b/apprise/plugins/NotifyDiscord.py index 86c2ee40..e6b3523a 100644 --- a/apprise/plugins/NotifyDiscord.py +++ b/apprise/plugins/NotifyDiscord.py @@ -146,7 +146,7 @@ class NotifyDiscord(NotifyBase): 'title': title, 'type': 'rich', 'description': body, - + # Our color associated with our notification 'color': self.color(notify_type, int), }]