Skip to content

Commit

Permalink
oopsies
Browse files Browse the repository at this point in the history
  • Loading branch information
Nubuki-all committed Mar 7, 2024
1 parent 3ffdf63 commit 9456055
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 @@ -29,7 +29,7 @@ async def up(event, args, client):
msg = await reply_message(event, "…")
st = dt.now()
ims = (st - ist).microseconds / 1000
msg1 = f"**Pong! ----** `{}`__ms__"
msg1 = "**Pong! ----** `{}`__ms__"
st = dt.now()
await edit_message(msg, msg1.format(ims))
ed = dt.now()
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.20 (beta)
v2.2.0-beta.0.6.21 (beta)

0 comments on commit 9456055

Please sign in to comment.