From ae30d2a8806577450bef7e39cbd2bc198adbe685 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Thu, 9 Feb 2017 02:44:45 -0500 Subject: [PATCH] Removed unused variables in routes. --- discord/http.py | 1 - 1 file changed, 1 deletion(-) diff --git a/discord/http.py b/discord/http.py index 585dd7b0b..a544a5aa5 100644 --- a/discord/http.py +++ b/discord/http.py @@ -368,7 +368,6 @@ class HTTPClient: return self.request(r) def logs_from(self, channel_id, limit, before=None, after=None, around=None): - url = '{0.CHANNELS}/{1}/messages'.format(self, channel_id) params = { 'limit': limit }