Browse Source
Fix AttributeError on HTTPClient.send_file to be send_files
pull/6664/head
Steve C
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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, |
|
|
|
*, |
|
|
|