mirror of
https://github.com/caronc/apprise.git
synced 2025-01-30 09:49:20 +01:00
Discord to include avatar_url in .url() call
This commit is contained in:
parent
54cd566ab8
commit
3831e1bb52
@ -444,6 +444,9 @@ class NotifyDiscord(NotifyBase):
|
||||
'fields': 'yes' if self.fields else 'no',
|
||||
}
|
||||
|
||||
if self.avatar_url:
|
||||
params['avatar_url'] = self.avatar_url
|
||||
|
||||
# Extend our parameters
|
||||
params.update(self.url_parameters(privacy=privacy, *args, **kwargs))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user