@@ -73,14 +73,14 @@ async def _(e):
7373 version = data ["version" ]
7474 size = humanbytes (data ["size" ])
7575 release_date = datetime .utcfromtimestamp (data ["date" ]).strftime ("%Y-%m-%d" )
76- text = f"[\xad ]({ ofox } )**OʀᴀɴɢᴇFᴏx Rᴇᴄᴏᴠᴇʀʏ Fᴏʀ **\n \n "
77- text += f"` Fᴜʟʟ Nᴀᴍᴇ : { fullname } `\n "
78- text += f"` Cᴏᴅᴇɴᴀᴍᴇ : { codename } `\n "
79- text += f"` Mᴀɪɴᴛᴀɪɴᴇʀ : { maintainer } `\n "
80- text += f"` Bᴜɪʟᴅ Tʏᴘᴇ : { release } `\n "
81- text += f"` Vᴇʀsɪᴏɴ : { version } `\n "
82- text += f"` Sɪᴢᴇ : { size } `\n "
83- text += f"` Bᴜɪʟᴅ Dᴀᴛᴇ : { release_date } `"
76+ text = f"[ ]({ ofox } )**OrangeFox Recovery For **\n \n "
77+ text += f"` Full Name : { fullname } `\n "
78+ text += f"` Codename : { codename } `\n "
79+ text += f"` Maintainer : { maintainer } `\n "
80+ text += f"` Build Type : { release } `\n "
81+ text += f"` Version : { version } `\n "
82+ text += f"` Size : { size } `\n "
83+ text += f"` Build Date : { release_date } `"
8484 fox .append (
8585 await e .builder .article (
8686 title = f"{ fullname } " ,
@@ -199,18 +199,18 @@ async def gsearch(q_event):
199199 title = title ,
200200 description = desc ,
201201 thumb = wb (gugirl , 0 , "image/jpeg" , []),
202- text = f"**Gᴏᴏɢʟᴇ Sᴇᴀʀᴄʜ **\n \n **••Tɪᴛʟᴇ•• **\n `{ title } `\n \n **••Dᴇsᴄʀɪᴘᴛɪᴏɴ• •**\n `{ desc } `" ,
202+ text = f"**Google Search **\n \n **• Title • **\n `{ title } `\n \n **• Description •**\n `{ desc } `" ,
203203 link_preview = False ,
204204 buttons = [
205- [Button .url ("Lɪɴᴋ " , url = f"{ link } " )],
205+ [Button .url ("Link " , url = f"{ link } " )],
206206 [
207207 Button .switch_inline (
208- "Sᴇᴀʀᴄʜ Aɢᴀɪɴ " ,
208+ "Search Again " ,
209209 query = "go " ,
210210 same_peer = True ,
211211 ),
212212 Button .switch_inline (
213- "Sʜᴀʀᴇ " ,
213+ "Share " ,
214214 query = f"go { match } " ,
215215 same_peer = False ,
216216 ),
@@ -302,9 +302,9 @@ async def _(e):
302302 name = z ["title" ]
303303 desc = unescape (z ["summary" ])[:300 ].replace ("<br>" , "\n " ) + "..."
304304 dev = z ["developer" ]["devId" ]
305- text = f"**••Aᴘᴘ Nᴀᴍᴇ• •** [{ name } ]({ url } )\n "
306- text += f"**••Dᴇᴠᴇʟᴏᴘᴇʀ• •** `{ dev } `\n "
307- text += f"**••Dᴇsᴄʀɪᴘᴛɪᴏɴ• •**\n `{ desc } `"
305+ text = f"**• App Name •** [{ name } ]({ url } )\n "
306+ text += f"**• Developer •** `{ dev } `\n "
307+ text += f"**• Description •**\n `{ desc } `"
308308 foles .append (
309309 await e .builder .article (
310310 title = name ,
@@ -313,10 +313,10 @@ async def _(e):
313313 text = text ,
314314 link_preview = True ,
315315 buttons = [
316- [Button .url ("Lɪɴᴋ " , url = url )],
316+ [Button .url ("Link " , url = url )],
317317 [
318318 Button .switch_inline (
319- "Mᴏʀᴇ Aᴘᴘs " ,
319+ "More Apps " ,
320320 query = "app " ,
321321 same_peer = True ,
322322 ),
0 commit comments