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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Upload on Pdisk by Url, File and also by direct forward post from other channel.

#### The Easy Way

[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://www.heroku.com/deploy?template=https://github.com/OO7ROBot/pdisk_uploader)
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://www.heroku.com/deploy?template=https://github.com/royfds/pdisk_uploader)

##### Required Variables

Expand All @@ -46,4 +46,4 @@ Upload on Pdisk by Url, File and also by direct forward post from other channel.

##### Credit

- [Paritosh Kumar](https://github.com/ParitoshPky) For This Repo
-
4 changes: 2 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"pdisk",
"shortner"
],
"website": "https://telegram.me/MyTestBotZ",
"repository": "https://github.com/OO7ROBot/pdisk_uploader",
"website": "https://telegram.me/moviezbarn",
"repository": "https://github.com/royfds/pdisk_uploader",
"env": {
"BOT_TOKEN": {
"description": "Your bot token (must add)",
Expand Down
6 changes: 3 additions & 3 deletions bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
API_HASH = environ.get('API_HASH', 'eb06d4abfb49dc3eeb1aeb98ae0f581e')
BOT_TOKEN = environ.get('BOT_TOKEN')
PDISK_API_KEY = environ.get('PDISK_API_KEY')
CHANNEL = environ.get('CHANNEL', 'MyTestBotZ')
CHANNEL = environ.get('CHANNEL', 'Moviezbarn')
THUMB_URL = environ.get('THUMB_URL', '')

bot = Client('pdisk bot',
Expand All @@ -27,7 +27,7 @@
async def start(bot, message):
await message.reply(
f"**Hiya 👋{message.chat.first_name}!**\n\n"
"**A Simple PDisk Uploader Bot.\n\n➠ Send Me Any Direct Link, YouTube Link Or Video Link I Will Upload To PDisk And Give Direct Link\n\nMade With❤BY @MyTestBotZ**")
"**A Simple PDisk Uploader Bot.\n\n➠ Send Me Any Direct Link, YouTube Link Or Video Link I Will Upload To PDisk And Give Direct Link\n\nMade With❤BY @Moviezbarn**")


@bot.on_message(filters.text & filters.private)
Expand Down Expand Up @@ -150,7 +150,7 @@ async def addFooter(str):
<b> Note : Your Video File is Available on Above LINK ones Upload Process is Complete, it Take Time Depend on Your File Size & My Server Upload Speed
So,be Patient </b> 😴😴😴😴
━━━━━━━━━━━━━━━
⦿ Made With♥️BY @OO7ROBot
⦿ Made With♥️BY @moviezbarn
━━━━━━━━━━━━━━━
✪ »JOIN CHANNEL ➡️ t.me/""" + CHANNEL
return str + footer
Expand Down