From 3c9aed910208d3d7e2589216f9bd52054d8750f2 Mon Sep 17 00:00:00 2001 From: Steve C Date: Wed, 7 Apr 2021 00:01:48 -0400 Subject: [PATCH] Fix AttributeError on HTTPClient.send_file to be send_files --- discord/http.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/http.py b/discord/http.py index 38ff56ed3..7c36ee9d7 100644 --- a/discord/http.py +++ b/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, *,