Documented PycordGuild and partially documented PycordEventStage (#4)
This commit is contained in:
@@ -317,7 +317,7 @@ class PycordEvent:
|
||||
async def update(
|
||||
self,
|
||||
cache: Optional[Cache] = None,
|
||||
**kwargs,
|
||||
**kwargs: Any,
|
||||
) -> None:
|
||||
"""Update attribute(s) on the object and save the updated entry into the database.
|
||||
|
||||
@@ -332,7 +332,7 @@ class PycordEvent:
|
||||
|
||||
async def reset(
|
||||
self,
|
||||
*args,
|
||||
*args: str,
|
||||
cache: Optional[Cache] = None,
|
||||
) -> None:
|
||||
"""Remove attribute(s) on the object, replace them with a default value and save the updated entry into the database.
|
||||
|
Reference in New Issue
Block a user