diff --git a/getter/plugins/profile.py b/getter/plugins/profiles.py similarity index 99% rename from getter/plugins/profile.py rename to getter/plugins/profiles.py index 8c17fe2..046f02f 100644 --- a/getter/plugins/profile.py +++ b/getter/plugins/profiles.py @@ -161,7 +161,7 @@ async def _(kst): await yy.eor(formatx_send(err), parse_mode="html") -plugins_help["profile"] = { +plugins_help["profiles"] = { "{i}pbio [bio]": "Change my profile bio. If empty the current bio removed.", "{i}pname [first_name] ; [last_name]": "Change my profile name. If empty the current name set to blank `ㅤ`.", "{i}puname [username]": "Change my profile username. If empty the current username removed.", diff --git a/getter/plugins/random.py b/getter/plugins/randoms.py similarity index 98% rename from getter/plugins/random.py rename to getter/plugins/randoms.py index a6cdb4e..7de3991 100644 --- a/getter/plugins/random.py +++ b/getter/plugins/randoms.py @@ -44,7 +44,7 @@ async def _(kst): await yy.eor(formatx_send(err), parse_mode="html") -plugins_help["random"] = { +plugins_help["randoms"] = { "{i}getcat": "Random cat image.", "{i}getdog": "Random dog image.", "{i}getfood": "Random food image.", diff --git a/requirements-dev.txt b/requirements-dev.txt index 6d1e796..d311ac2 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,3 +1,3 @@ -ruff==0.5.4 -black==24.4.2 +ruff==0.5.7 +black==24.8.0 isort==5.13.2 diff --git a/requirements.txt b/requirements.txt index 69507ad..a07c244 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ cryptg==0.4.0 psutil==6.0.0 heroku3==5.2.1 GitPython==3.1.43 -SQLAlchemy==2.0.31 +SQLAlchemy==2.0.32 asyncpg==0.29.0 aiosqlite==0.20.0 sqlalchemy-json==0.7.0 @@ -26,4 +26,4 @@ lottie==0.7.0 Pillow==10.4.0 CairoSVG==2.7.1 uvloop==0.19.0 -orjson==3.10.6 +orjson==3.10.7