Browse Source
Fix parameter docs of WelcomeScreen.edit
pull/8067/head
apple502j
3 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/welcome_screen.py
|
|
@ -177,7 +177,7 @@ class WelcomeScreen: |
|
|
|
Parameters |
|
|
|
------------ |
|
|
|
description: Optional[:class:`str`] |
|
|
|
The template's description. |
|
|
|
The welcome screen's description. |
|
|
|
welcome_channels: Optional[List[:class:`WelcomeChannel`]] |
|
|
|
The welcome channels, in their respective order. |
|
|
|
enabled: Optional[:class:`bool`] |
|
|
|