mirror of
https://github.com/caronc/apprise.git
synced 2025-06-22 02:31:41 +02: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',
|
'fields': 'yes' if self.fields else 'no',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if self.avatar_url:
|
||||||
|
params['avatar_url'] = self.avatar_url
|
||||||
|
|
||||||
# Extend our parameters
|
# Extend our parameters
|
||||||
params.update(self.url_parameters(privacy=privacy, *args, **kwargs))
|
params.update(self.url_parameters(privacy=privacy, *args, **kwargs))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user