Skip to content

Commit 4933b7b

Browse files
authored
Fixed
1 parent 7bba633 commit 4933b7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/start.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import os
33
import asyncio
44
from pyrogram import Client, filters, __version__
5-
from pyrogram import Bot
5+
66
from pyrogram.types import Message, InlineKeyboardMarkup, InlineKeyboardButton
77
from pyrogram.errors import FloodWait
88

@@ -166,4 +166,4 @@ async def send_text(bot, m: Message):
166166
else:
167167
msg = await m.reply_text(REPLY_ERROR, m.message_id)
168168
await asyncio.sleep(8)
169-
await msg.delete()
169+
await msg.delete()

0 commit comments

Comments
 (0)