1
0
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:
Steve C 2021-04-07 00:01:48 -04:00 committed by GitHub
parent 7f0a398c1e
commit 3c9aed9102
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -409,7 +409,7 @@ class HTTPClient:
return self.request(route, form=form, files=files)
def send_file(
def send_files(
self,
channel_id,
*,