Update /list command

This commit is contained in:
Hafitz Setya 2021-03-09 13:45:53 +07:00 committed by GitHub
parent 2a2bba680e
commit f78358537b
Signed by untrusted user: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -561,7 +561,7 @@ class GoogleDriveHelper:
if self.num_of_path > 1:
self.edit_telegraph()
msg = f"<b>Search Results For {fileName} 👇</b>"
msg = f"<b>🔎 Search Results For <i>{fileName}</i></b> \n<b>📚 Found {len(response['files'])} results</b>"
buttons = button_build.ButtonMaker()
buttons.buildbutton("HERE", f"https://telegra.ph/{self.path[0]}")