Browse Source
Fix indentation in create_text_channel docs
pull/9410/head
Joab
2 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/guild.py
|
|
@ -1322,7 +1322,7 @@ class Guild(Hashable): |
|
|
|
nsfw: :class:`bool` |
|
|
|
To mark the channel as NSFW or not. |
|
|
|
news: :class:`bool` |
|
|
|
Whether to create the text channel as a news channel. |
|
|
|
Whether to create the text channel as a news channel. |
|
|
|
|
|
|
|
.. versionadded:: 2.0 |
|
|
|
default_auto_archive_duration: :class:`int` |
|
|
|