From 998503996a1dcb6c2aab78ce4a3da0aa7d0cf70d Mon Sep 17 00:00:00 2001 From: Victor Kotlin Date: Tue, 14 Jun 2022 16:54:27 +0300 Subject: [PATCH] fix: docstrings --- melisa/rest.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/melisa/rest.py b/melisa/rest.py index d37d7db..49cb04c 100644 --- a/melisa/rest.py +++ b/melisa/rest.py @@ -750,7 +750,7 @@ class RESTApp: default_permission: Optional[bool] Not recommended for use as field will soon be deprecated. 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 ------- @@ -872,7 +872,7 @@ class RESTApp: default_permission: Optional[bool] Not recommended for use as field will soon be deprecated. 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 -------