mirror of
https://github.com/avipatilpro/FileStreamBot.git
synced 2026-01-15 14:22:53 -03:00
Initial Commit
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# (c) @EverythingSuckz | @AbirHasan2005
|
||||
|
||||
|
||||
from WebStreamer.bot import StreamBot
|
||||
from WebStreamer.vars import Var
|
||||
@@ -53,10 +53,10 @@ async def start(b, m):
|
||||
disable_web_page_preview=True)
|
||||
return
|
||||
await m.reply_text(
|
||||
text='🙋 Hey Bruh!!\nI am Instant Telegram File to Link Generator Bot.\n\nSend me any file & see the magic!',
|
||||
text='🙋 Hey Bruh!!\nI am Instant😋 Telegram File to Link Generator Bot.\n\nSend me any file & see the magic! \n\nFor Help Just send /help to me 🙂',
|
||||
reply_markup=InlineKeyboardMarkup(
|
||||
[
|
||||
[InlineKeyboardButton('Developer', url='https://t.me/Avishkarpatil'), InlineKeyboardButton('Profile', url='https://avipatilweb.me')]
|
||||
[InlineKeyboardButton('😎 Developer', url='https://t.me/Avishkarpatil'), InlineKeyboardButton('😴 Profile', url='https://avipatilweb.me')]
|
||||
|
||||
]
|
||||
),
|
||||
@@ -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("Developer", url="https://t.me/Avishkarpatil")]
|
||||
[InlineKeyboardButton("😍 GitHub", url="https://GitHub.com/avipatilpro")],
|
||||
[InlineKeyboardButton("😎 Developer", url="https://t.me/Avishkarpatil")]
|
||||
]
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user