Skip to content

Commit

Permalink
Add default value for invitable in HTTPClient
Browse files Browse the repository at this point in the history
  • Loading branch information
Rapptz authored Aug 26, 2021
1 parent 4aafa39 commit e7821be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/http.py
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,7 @@ def start_thread_without_message(
name: str,
auto_archive_duration: threads.ThreadArchiveDuration,
type: threads.ThreadType,
invitable: bool,
invitable: bool = True,
reason: Optional[str] = None,
) -> Response[threads.Thread]:
payload = {
Expand Down

0 comments on commit e7821be

Please sign in to comment.