mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-04-19 15:36:02 +00:00
Removed unused variables in routes.
This commit is contained in:
parent
e6c5e40ab0
commit
ae30d2a880
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user