aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--discord/http.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/http.py b/discord/http.py
index 72fab011..7a4c2adc 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 = {