diff --git a/github_status_embed/types.py b/github_status_embed/types.py index 634e441..fbff7e4 100644 --- a/github_status_embed/types.py +++ b/github_status_embed/types.py @@ -186,7 +186,7 @@ def token(self) -> str: @property def url(self) -> str: """Return the endpoint to execute this webhook.""" - return f"https://canary.discord.com/api/webhooks/{self.id}/{self.token}" + return f"https://discord.com/api/webhooks/{self.id}/{self.token}" @dataclasses.dataclass(frozen=True)