Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
illvart committed Jan 23, 2024
1 parent 533da1d commit 21334d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion getter/plugins/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ async def _(kst):
if not INVITE_WORKER.get(chat_id):
break
if success == 50:
await yy.eor(f"`🔄 Reached 50 members, wait until {900/60} minutes...`")
await yy.eor(f"`🔄 Reached 50 members, wait until {900 / 60} minutes...`")
await sleep(900)
try:
adding = typ.InputPeerUser(user["user_id"], user["hash"])
Expand Down

0 comments on commit 21334d1

Please sign in to comment.