Documented PycordGuild and partially documented PycordEventStage (#4)

This commit is contained in:
2025-05-04 01:07:28 +02:00
parent 134533e342
commit 6b5a276f00
3 changed files with 104 additions and 73 deletions

View File

@@ -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.