From f78358537bf34dc1d6c98b54e9e8648983844d7b Mon Sep 17 00:00:00 2001
From: Hafitz Setya <71178188+breakdowns@users.noreply.github.com>
Date: Tue, 9 Mar 2021 13:45:53 +0700
Subject: [PATCH] Update /list command
---
bot/helper/mirror_utils/upload_utils/gdriveTools.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bot/helper/mirror_utils/upload_utils/gdriveTools.py b/bot/helper/mirror_utils/upload_utils/gdriveTools.py
index d7fedfb..35fd6fe 100644
--- a/bot/helper/mirror_utils/upload_utils/gdriveTools.py
+++ b/bot/helper/mirror_utils/upload_utils/gdriveTools.py
@@ -561,7 +561,7 @@ class GoogleDriveHelper:
if self.num_of_path > 1:
self.edit_telegraph()
- msg = f"Search Results For {fileName} 👇"
+ msg = f"🔎 Search Results For {fileName} \n📚 Found {len(response['files'])} results"
buttons = button_build.ButtonMaker()
buttons.buildbutton("HERE", f"https://telegra.ph/{self.path[0]}")