Skip to content

Commit

Permalink
👽
Browse files Browse the repository at this point in the history
  • Loading branch information
AshokShau authored Jun 12, 2024
2 parents 3e27c8e + 2237c73 commit 5531ac0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ async def start(self: Client, ctx: Message):
async def hello(c: Client, q: CallbackQuery):
await q.answer("Hello From Abg", show_alert=True)

app.run()
app.run()
```
>
#### ᴜsᴇʀ/ʙᴏᴛ ʀɪɢʜᴛs
Expand All @@ -69,7 +69,7 @@ async def del_msg(c: Client, m: Message):
await m.reply_text(text="ᴡʜᴀᴛ ᴅᴏ ʏᴏᴜ ᴡᴀɴɴᴀ ᴅᴇʟᴇᴛᴇ?")
return

app.run()
app.run()
```


Expand Down

0 comments on commit 5531ac0

Please sign in to comment.