mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-10-20 15:41:38 +00:00
Removed unused variables in routes.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user