mirror of
https://github.com/MelisaDev/melisa.git
synced 2024-11-11 19:07:28 +03:00
fix: docstrings
This commit is contained in:
parent
db414729ce
commit
998503996a
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
-------
|
-------
|
||||||
|
|
Loading…
Reference in a new issue