Skip to content

Commit

Permalink
Create bot.py
Browse files Browse the repository at this point in the history
  • Loading branch information
PredatorHackerzZ authored Feb 12, 2022
1 parent d30496d commit 814f154
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ async def start(bot, message):
@bot.on_message(filters.text & filters.private)
async def Doodstream_uploader(bot, message):
new_string = str(message.text)
conv = await message.reply("Ruko jara Sabar kro ✋")
conv = await message.reply("Processing your given URL ⚡")
dele = conv["message_id"]
try:
Doodstream_link = await multi_Doodstream_up(new_string)
Expand Down Expand Up @@ -162,8 +162,8 @@ async def remove_username(new_List):

async def addFooter(str):
footer = """
""" + CHANNEL + """ """
━━━━━━━━━━━━━━━
✪ »JOIN CHANNEL ➡️ t.me/""" + CHANNEL
return str + footer

bot.run()

0 comments on commit 814f154

Please sign in to comment.