diff --git a/health_monitor.py b/health_monitor.py index 9abf7e8..449f66c 100644 --- a/health_monitor.py +++ b/health_monitor.py @@ -98,7 +98,7 @@ def alert(message: str, tier: int = 2) -> None: req = urllib.request.Request( DISCORD_WEBHOOK, data=payload, - headers={"Content-Type": "application/json"}, + headers={"Content-Type": "application/json", "User-Agent": "DiscordBot (https://verimundsolutions.com, 1.0)"}, method="POST", ) urllib.request.urlopen(req, timeout=10)