mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-18 23:34:04 +02:00
Added avatar_url to discordtestdata
This commit is contained in:
parent
a5ee6cd62c
commit
5313cf626c
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue