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 = {