From e7821be4aac7ab68be37a991a68796f01ffc1ece Mon Sep 17 00:00:00 2001 From: Danny Date: Thu, 26 Aug 2021 17:51:49 -0400 Subject: [PATCH] Add default value for invitable in HTTPClient --- discord/http.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/http.py b/discord/http.py index 72fab011d..7a4c2adce 100644 --- a/discord/http.py +++ b/discord/http.py @@ -908,7 +908,7 @@ class HTTPClient: name: str, auto_archive_duration: threads.ThreadArchiveDuration, type: threads.ThreadType, - invitable: bool, + invitable: bool = True, reason: Optional[str] = None, ) -> Response[threads.Thread]: payload = {