Browse Source

Add default value for invitable in HTTPClient

pull/7483/head
Danny 4 years ago
committed by GitHub
parent
commit
e7821be4aa
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      discord/http.py

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

Loading…
Cancel
Save