chore: added emojis

This commit is contained in:
willem.serruys
2025-12-29 06:47:58 +01:00
parent a2057255d4
commit 6f0b60f56b

View File

@@ -26,7 +26,7 @@ app.MapPost(
);
await client.PostAsJsonAsync<DiscordMessage>(
"https://discord.com/api/webhooks/1455072237207158981/C9qvSIGMZVc60VwpZizxqKigyzvA182RDSdt9k8qtWTq-fBgzlJHh53wAYIqYkGNkBM3",
new DiscordMessage("Peak too high. Shutting down heat pump.", "willemBot")
new DiscordMessage("Peak too high. Shutting down heat pump. 🥶", "willemBot")
);
break;
case "resolved":
@@ -36,7 +36,7 @@ app.MapPost(
);
await client.PostAsJsonAsync<DiscordMessage>(
"https://discord.com/api/webhooks/1455072237207158981/C9qvSIGMZVc60VwpZizxqKigyzvA182RDSdt9k8qtWTq-fBgzlJHh53wAYIqYkGNkBM3",
new DiscordMessage("Peak is acceptable. Re enabling heat pump.", "willemBot")
new DiscordMessage("Peak is acceptable. Re enabling heat pump. 🌶️", "willemBot")
);
break;
default: