Skip to content

Commit 6704828

Browse files
committed
Change username and icon in discord webhook
1 parent d09dcfd commit 6704828

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

LinuxMonitoringConsole/Helpers/DiscordWebhook.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ private static DiscordEmbedMsg ConstructBodyString(string title, string? url, st
5959
{
6060
return new DiscordEmbedMsg()
6161
{
62-
Username = "JIRA",
63-
AvatarUrl = "https://a.slack-edge.com/ae7f/plugins/jira/assets/service_512.png",
62+
Username = "Server Monitoring",
63+
AvatarUrl = "https://cdn-icons-png.flaticon.com/512/2906/2906274.png",
6464
Embeds = new List<Embed>()
6565
{
6666
new Embed()

0 commit comments

Comments
 (0)