Initial Commit

This commit is contained in:
Avi Patil
2021-04-22 22:41:54 +05:30
committed by GitHub
parent dd6fced906
commit 63606389bf

View File

@@ -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")]
]
)
)