fix: docstrings

This commit is contained in:
Victor Kotlin 2022-06-14 16:54:27 +03:00
parent db414729ce
commit 998503996a

View file

@ -750,7 +750,7 @@ class RESTApp:
default_permission: Optional[bool] default_permission: Optional[bool]
Not recommended for use as field will soon be deprecated. Not recommended for use as field will soon be deprecated.
Indicates whether the command is enabled by default Indicates whether the command is enabled by default
when the app is added to a guild, defaults to true when the app is added to a guild, defaults to ``True``
Raises Raises
------- -------
@ -872,7 +872,7 @@ class RESTApp:
default_permission: Optional[bool] default_permission: Optional[bool]
Not recommended for use as field will soon be deprecated. Not recommended for use as field will soon be deprecated.
Indicates whether the command is enabled by default Indicates whether the command is enabled by default
when the app is added to a guild, defaults to true when the app is added to a guild, defaults to true
Raises Raises
------- -------