diff --git a/classes/pyroclient.py b/classes/pyroclient.py index e00765f..f639d99 100644 --- a/classes/pyroclient.py +++ b/classes/pyroclient.py @@ -11,7 +11,7 @@ from classes.pyrouser_mongo import PyroUser class PyroClient(LibPyroClient): async def find_user(self, user: Union[int, User]) -> PyroUser: - """Find User by it's ID or User object. + """Find User by its ID or User object. ### Args: * user (`Union[int, User]`): ID or User object to extract ID from. diff --git a/migrations/.gitkeep b/migrations/.gitkeep new file mode 100644 index 0000000..e69de29