Skip to content

Commit

Permalink
aight forgot about this
Browse files Browse the repository at this point in the history
  • Loading branch information
Itz-fork authored Oct 15, 2021
1 parent 95ad5d8 commit d48e151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unzipper/modules/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ async def extract_dis_archive(client: Client, message: Message):
download_path = f"{Config.DOWNLOAD_LOCATION}/{user_id}"
if os.path.isdir(download_path):
return await unzip_msg.edit("`Already one process is going on, Don't spam you idiot 😑!` \n\nWanna Clear You Files from my server? Then just send **/clean** command!")
if re.match(message.text):
if re.match(https_url_regex, message.text):
await unzip_msg.edit("**What do you want?**", reply_markup=Buttons.CHOOSE_E_U__BTNS)
elif message.document:
await unzip_msg.edit("**What do you want?**", reply_markup=Buttons.CHOOSE_E_F__BTNS)
Expand Down

0 comments on commit d48e151

Please sign in to comment.