Fix AttributeError on HTTPClient.send_file to be send_files
This commit is contained in:
@ -409,7 +409,7 @@ class HTTPClient:
|
||||
|
||||
return self.request(route, form=form, files=files)
|
||||
|
||||
def send_file(
|
||||
def send_files(
|
||||
self,
|
||||
channel_id,
|
||||
*,
|
||||
|
Reference in New Issue
Block a user