Skip to content

Commit

Permalink
Update Start.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Badhacker98 authored Oct 11, 2024
1 parent e80e5a9 commit d4f95e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shizuchat/modules/Start.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ async def start(_, m: Message):
accha = await m.reply_text(
text=random.choice(EMOJIOS),
)
await accha.delete()
await asyncio.sleep(0.5)
umm = await m.reply_sticker(sticker=random.choice(STICKER))
chat_photo = BOT
Expand Down

0 comments on commit d4f95e7

Please sign in to comment.