Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions app.json
Original file line number Diff line number Diff line change
@@ -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"}
Expand Down
4 changes: 2 additions & 2 deletions bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down