Browse Source
Add default value for invitable in HTTPClient
pull/7483/head
Danny
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 = { |
|
|
|