mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-05-11 08:19:54 +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)
|
||||
|
||||
def send_file(
|
||||
def send_files(
|
||||
self,
|
||||
channel_id,
|
||||
*,
|
||||
|
Loading…
x
Reference in New Issue
Block a user