Browse Source

Fix AttributeError on HTTPClient.send_file to be send_files

pull/6664/head
Steve C 4 years ago
committed by GitHub
parent
commit
3c9aed9102
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      discord/http.py

2
discord/http.py

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

Loading…
Cancel
Save