Added avatar_url to discordtestdata

This commit is contained in:
Derek Antrican 2025-06-06 19:38:24 -07:00 committed by GitHub
parent a5ee6cd62c
commit 5313cf626c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,6 +22,7 @@ class Discord extends NotificationProvider {
if (heartbeatJSON == null) { if (heartbeatJSON == null) {
let discordtestdata = { let discordtestdata = {
username: discordDisplayName, username: discordDisplayName,
avatar_url: "https://github.com/louislam/uptime-kuma/raw/master/public/icon.png",
content: msg, content: msg,
}; };