mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-05-12 00:39:56 +00:00
Fix AttributeError on HTTPClient.send_file to be send_files
This commit is contained in:
parent
7f0a398c1e
commit
3c9aed9102
@ -409,7 +409,7 @@ class HTTPClient:
|
|||||||
|
|
||||||
return self.request(route, form=form, files=files)
|
return self.request(route, form=form, files=files)
|
||||||
|
|
||||||
def send_file(
|
def send_files(
|
||||||
self,
|
self,
|
||||||
channel_id,
|
channel_id,
|
||||||
*,
|
*,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user