Attempt to add files to webhook

This commit is contained in:
Ryonia Coruscare 2019-09-05 13:55:32 +12:00
parent eb1780247f
commit 719a419cb9
Signed by: ryonia
GPG key ID: 5040C0F02BC53C5A

View file

@ -170,7 +170,7 @@ class Discord extends Base implements NotificationInterface
return array(
'text' => $message,
'attachment' => $attachment,
'file' => $attachment,
'username' => 'Kanboard',
'icon_url' => 'https://raw.githubusercontent.com/kanboard/kanboard/master/assets/img/favicon.png',
);