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 }