diff --git a/app.json b/app.json index 3f3da73..4aa5cc4 100644 --- a/app.json +++ b/app.json @@ -1,10 +1,10 @@ { - "name": "FileToLinkTeLeTiPs", - "description": "Bot to provide links of different types of files you send.", - "website": "https://FileToLinkTeLeTiPs/", + "name": "Blankartdigital", + "description": "Bot for buying in game currency and digital products", + "website": "https://t.me/blank1940", "repository": "https://github.com/Thakshaka/FileToLinkTeLeTiPs", "env": { - "TG_BOT_TOKEN": {"description": "Your Bot's Token From BotFather Bot","required": true} + "TG_BOT_TOKEN": {"description": "7638318856:AAEsIIy6ml_vGNAXQE-T3FK__SwL8qPL9sE","required": true} }, "buildpacks": [ {"url": "heroku/python"} diff --git a/bot.py b/bot.py index 7e583ea..d6e49d2 100644 --- a/bot.py +++ b/bot.py @@ -10,11 +10,11 @@ def short(url): @bot.message_handler(commands=['start']) def send_welcome(message): - bot.reply_to(message, 'Heya! I am a File To Link Bot created by TeLe TiPs.Send me any file (Video, Audio, Photo, Document)👇🏻') + bot.reply_to(message, 'o yo yo. 148-3 to the 3 to the 6 to the 9, representing the ABQ, what up, biatch?!') @bot.message_handler(commands=['help']) def send_welcome(message): - bot.reply_to(message, 'Send me any type of a file & I will send you the shorten link of it') + bot.reply_to(message, 'All digital products and in game currency in one place expect girlfriend 😁.') @bot.message_handler(content_types=['photo', 'video', 'audio', 'document']) def file_sent(message):