Skip to content

Commit

Permalink
psshaw
Browse files Browse the repository at this point in the history
  • Loading branch information
Nubuki-all committed Mar 8, 2024
1 parent 9456055 commit 2d82c0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bot/workers/handlers/stuff.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ async def up(event, args, client):
await edit_message(msg, msg1.format(ims))
ed = dt.now()
ms = (ed - st).microseconds / 1000
await edit_message(msg, f"1. {msg1.formart(ims)}\n2. {msg1.formart(ms)}")
await edit_message(msg, f"1. {msg1.format(ims)}\n2. {msg1.format(ms)}")


async def status(event, args, client):
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.2.0-beta.0.6.21 (beta)
v2.2.0-beta.0.6.22 (beta)

0 comments on commit 2d82c0d

Please sign in to comment.