Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
illvart committed Aug 12, 2024
1 parent 330244a commit 478b539
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion getter/plugins/profile.py → getter/plugins/profiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down
2 changes: 1 addition & 1 deletion getter/plugins/random.py → getter/plugins/randoms.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ruff==0.5.4
black==24.4.2
ruff==0.5.7
black==24.8.0
isort==5.13.2
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 478b539

Please sign in to comment.