Update /list command
This commit is contained in:
parent
2a2bba680e
commit
f78358537b
|
|
@ -561,7 +561,7 @@ class GoogleDriveHelper:
|
||||||
if self.num_of_path > 1:
|
if self.num_of_path > 1:
|
||||||
self.edit_telegraph()
|
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 = button_build.ButtonMaker()
|
||||||
buttons.buildbutton("HERE", f"https://telegra.ph/{self.path[0]}")
|
buttons.buildbutton("HERE", f"https://telegra.ph/{self.path[0]}")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue