From 2237c73d5a0adee38cbdde1b797af370da6ab130 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CB=B9=E1=B4=A7=C9=B4=CF=83=C9=B4=CA=8F=E1=B4=8D=CF=83?= =?UTF-8?q?=E1=B4=9Cs=20=EA=AD=99=CB=BC?= Date: Wed, 12 Jun 2024 15:42:13 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d0f0217..9143f45 100644 --- a/README.md +++ b/README.md @@ -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 @@ -69,7 +69,7 @@ async def del_msg(c: Client, m: Message): await m.reply_text(text="ᴡʜᴀᴛ ᴅᴏ ʏᴏᴜ ᴡᴀɴɴᴀ ᴅᴇʟᴇᴛᴇ?") return - app.run() +app.run() ```