From 99c08ec6dfe3265e78cd2adf2a10abd5df652f1d Mon Sep 17 00:00:00 2001 From: Luke Mathew-Byrne <11181703+LMByrne@users.noreply.github.com> Date: Sat, 4 May 2019 15:41:40 +0100 Subject: [PATCH] disco/api/client.py:410:9: F841 --- 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 8ecc7e0..5fbc357 100644 --- a/disco/api/client.py +++ b/disco/api/client.py @@ -288,7 +288,7 @@ class APIClient(LoggingClass): return Guild.create(self.client, r.json()) def guilds_delete(self, guild): - r = self.http(Routes.GUILDS_DELETE, dict(guild=guild)) + self.http(Routes.GUILDS_DELETE, dict(guild=guild)) def guilds_create( self,