diff --git a/server/notification-providers/discord.js b/server/notification-providers/discord.js index 4ba6602bc..99803f7dd 100644 --- a/server/notification-providers/discord.js +++ b/server/notification-providers/discord.js @@ -22,6 +22,7 @@ class Discord extends NotificationProvider { if (heartbeatJSON == null) { let discordtestdata = { username: discordDisplayName, + avatar_url: "https://github.com/louislam/uptime-kuma/raw/master/public/icon.png", content: msg, };