From 3cb6eb4faaab7649605e1a2f16ef8049de29b8ed Mon Sep 17 00:00:00 2001 From: EJH2 Date: Fri, 14 Oct 2016 06:32:42 -0400 Subject: [PATCH] Fixed Route Typo --- disco/api/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/disco/api/client.py b/disco/api/client.py index ac83dea..3945e76 100644 --- a/disco/api/client.py +++ b/disco/api/client.py @@ -236,7 +236,7 @@ class APIClient(LoggingClass): return Webhook.create(self.client, r.json()) def webhooks_token_delete(self, webhook, token): - self.http(Routes.WEBHOOKS_TOKEN_DLEETE, dict(webhook=webhook, token=token)) + self.http(Routes.WEBHOOKS_TOKEN_DELETE, dict(webhook=webhook, token=token)) def webhooks_token_execute(self, webhook, token, data, wait=False): obj = self.http(