Removed unused variables in routes.

This commit is contained in:
Rapptz 2017-02-09 02:44:45 -05:00
parent e6c5e40ab0
commit ae30d2a880

View File

@ -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
}