mirror of
https://github.com/avipatilpro/FileStreamBot.git
synced 2026-01-15 14:22:53 -03:00
Initial Commit
This commit is contained in:
@@ -26,7 +26,7 @@ async def start(b, m):
|
||||
if user.status == "kicked":
|
||||
await b.send_message(
|
||||
chat_id=m.chat.id,
|
||||
text="Sorry Sir, You are Banned to use me. Contact my [Support Group](https://t.me/linux_repo).",
|
||||
text="Sorry Sir, You are Banned to use me. Contact the Developer",
|
||||
parse_mode="markdown",
|
||||
disable_web_page_preview=True
|
||||
)
|
||||
@@ -48,7 +48,7 @@ async def start(b, m):
|
||||
except Exception:
|
||||
await b.send_message(
|
||||
chat_id=m.chat.id,
|
||||
text="Something went Wrong. Contact my [Support Group](https://t.me/linux_repo).",
|
||||
text="Something went Wrong. Contact my [Avishkar Patil](https://t.me/Avishkarpatil).",
|
||||
parse_mode="markdown",
|
||||
disable_web_page_preview=True)
|
||||
return
|
||||
@@ -56,8 +56,8 @@ async def start(b, m):
|
||||
text='🙋 Hey Bruh!!\nI am Instant Telegram File to Link Generator Bot.\n\nSend me any file & see the magic!',
|
||||
reply_markup=InlineKeyboardMarkup(
|
||||
[
|
||||
[InlineKeyboardButton('Bots Channel', url='https://t.me/Discovery_Updates'), InlineKeyboardButton('Support Group', url='https://t.me/linux_repo')],
|
||||
[InlineKeyboardButton('Developer', url='https://t.me/AbirHasan2005')]
|
||||
[InlineKeyboardButton('Developer', url='https://t.me/Avishkarpatil'), InlineKeyboardButton('Profile', url='https://avipatilweb.me')]
|
||||
|
||||
]
|
||||
),
|
||||
disable_web_page_preview=True
|
||||
@@ -69,7 +69,7 @@ async def start(b, m):
|
||||
if user.status == "kicked":
|
||||
await b.send_message(
|
||||
chat_id=m.chat.id,
|
||||
text="Sorry Sir, You are Banned to use me. Contact my [Support Group](https://t.me/linux_repo).",
|
||||
text="Sorry Sir, You are Banned to use me. Quickly contact @Avishkarpatil",
|
||||
parse_mode="markdown",
|
||||
disable_web_page_preview=True
|
||||
)
|
||||
@@ -95,7 +95,7 @@ async def start(b, m):
|
||||
except Exception:
|
||||
await b.send_message(
|
||||
chat_id=m.chat.id,
|
||||
text="Something went Wrong. Contact my [Support Group](https://t.me/linux_repo).",
|
||||
text="Something went Wrong. Contact me [Avishkar Patil](https://t.me/Avishkarpatil).",
|
||||
parse_mode="markdown",
|
||||
disable_web_page_preview=True)
|
||||
return
|
||||
@@ -145,7 +145,7 @@ async def help_handler(bot, message):
|
||||
if user.status == "kicked":
|
||||
await bot.send_message(
|
||||
chat_id=message.chat.id,
|
||||
text="Sorry Sir, You are Banned to use me. Contact my [Support Group](https://t.me/linux_repo).",
|
||||
text="Sorry Sir, You are Banned to use me.",
|
||||
parse_mode="markdown",
|
||||
disable_web_page_preview=True
|
||||
)
|
||||
@@ -167,7 +167,7 @@ async def help_handler(bot, message):
|
||||
except Exception:
|
||||
await bot.send_message(
|
||||
chat_id=message.chat.id,
|
||||
text="Something went Wrong. Contact my [Support Group](https://t.me/linux_repo).",
|
||||
text="Something went Wrong. Contact me [Avishkar Patil](https://t.me/Avishkarpatil).",
|
||||
parse_mode="markdown",
|
||||
disable_web_page_preview=True)
|
||||
return
|
||||
@@ -177,8 +177,8 @@ async def help_handler(bot, message):
|
||||
disable_web_page_preview=True,
|
||||
reply_markup=InlineKeyboardMarkup(
|
||||
[
|
||||
[InlineKeyboardButton("Support Group", url="https://t.me/linux_repo"), InlineKeyboardButton("Bots Channel", url="https://t.me/Discovery_Updates")],
|
||||
[InlineKeyboardButton("Developer", url="https://t.me/AbirHasan2005")]
|
||||
[InlineKeyboardButton("Support Group", url="https://t.me/linux_repo")],
|
||||
[InlineKeyboardButton("Developer", url="https://t.me/Avishkarpatil")]
|
||||
]
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user