mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-19 07:44:02 +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) {
|
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,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue