mirror of
https://github.com/avipatilpro/FileStreamBot.git
synced 2026-01-15 22:32:53 -03:00
Typo & Heroku Fix
This commit is contained in:
@@ -14,7 +14,7 @@ async def start(b, m):
|
||||
[
|
||||
InlineKeyboardButton(
|
||||
f'{emoji.STAR} Source {emoji.STAR}',
|
||||
url='https://github.com/EverythingSuckz/TG-FlieStreamBot'
|
||||
url='https://github.com/EverythingSuckz/TG-FileStreamBot'
|
||||
)
|
||||
]
|
||||
]
|
||||
|
||||
@@ -13,12 +13,12 @@ from ..utils.custom_dl import TGCustomYield, chunk_size, offset_fix
|
||||
routes = web.RouteTableDef()
|
||||
|
||||
|
||||
@routes.get("/")
|
||||
@routes.get("/", allow_head=True)
|
||||
async def root_route_handler(request):
|
||||
bot_details = await StreamBot.get_me()
|
||||
return web.json_response({"status": "running",
|
||||
"server_permission": "Open",
|
||||
"bot_associated_w": bot_details.username})
|
||||
"telegram_bot": '@'+bot_details.username})
|
||||
|
||||
|
||||
@routes.get("/{message_id}")
|
||||
|
||||
Reference in New Issue
Block a user