Skip to content

Commit

Permalink
some features
Browse files Browse the repository at this point in the history
  • Loading branch information
LoL-Human committed Mar 22, 2021
1 parent a46aceb commit 6407c35
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,9 +178,9 @@ async function starts() {
indo = test.indonesia
ini_txt += `${arab}\n${nomor}. ${latin}\n${indo}\n\n`
}
ini_txt = txt.replace(/<u>/g, "").replace(/<\/u>/g, "")
ini_txt = txt.replace(/<strong>/g, "").replace(/<\/strong>/g, "")
ini_txt = txt.replace(/<u>/g, "").replace(/<\/u>/g, "")
ini_txt = ini_txt.replace(/<u>/g, "").replace(/<\/u>/g, "")
ini_txt = ini_txt.replace(/<strong>/g, "").replace(/<\/strong>/g, "")
ini_txt = ini_txt.replace(/<u>/g, "").replace(/<\/u>/g, "")
reply(ini_txt)
break
case 'alquranaudio':
Expand Down Expand Up @@ -544,7 +544,7 @@ async function starts() {
case 'ttp4':
if (args.length == 0) return reply(`Usage: ${prefix + command} query\nExample: ${prefix + command} LoL Human`)
ini_txt = args.join(" ")
ini_buffer = await getBuffer(`http://api.lolhuman.xyz/api/${command}?apikey=${apikey}&text=${txt}`)
ini_buffer = await getBuffer(`http://api.lolhuman.xyz/api/${command}?apikey=${apikey}&text=${ini_txt}`)
lolhuman.sendMessage(from, ini_buffer, sticker, { quoted: lol })
break
case 'wait':
Expand Down Expand Up @@ -749,7 +749,7 @@ async function starts() {
case 'fakedonald':
if (args.length == 0) return reply(`Usage: ${prefix + command} query\nExample: ${prefix + command} LoL Human`)
ini_txt = args.join(" ")
ini_buffer = await getBuffer(`http://api.lolhuman.xyz/api/tweettrump?apikey=${apikey}&text=${txt}`)
ini_buffer = await getBuffer(`http://api.lolhuman.xyz/api/tweettrump?apikey=${apikey}&text=${ini_txt}`)
lolhuman.sendMessage(from, ini_buffer, image, { quoted: lol })
break
case 'spamsms':
Expand Down Expand Up @@ -1026,7 +1026,7 @@ async function starts() {
case 'thunder':
if (args.length == 0) return reply(`Usage: ${prefix + command} text\nExample: ${prefix + command} LoL Human`)
ini_txt = args.join(" ")
ini_buffer = await getBuffer(`http://api.lolhuman.xyz/api/textprome/${command}?apikey=${apikey}&text=${txt}`)
ini_buffer = await getBuffer(`http://api.lolhuman.xyz/api/textprome/${command}?apikey=${apikey}&text=${ini_txt}`)
lolhuman.sendMessage(from, ini_buffer, image, { quoted: lol })
break
case 'pornhub':
Expand Down Expand Up @@ -1073,7 +1073,7 @@ async function starts() {
case 'carvedwood':
if (args.length == 0) return reply(`Usage: ${prefix + command} text\nExample: ${prefix + command} LoL Human`)
ini_txt = args.join(" ")
ini_buffer = await getBuffer(`http://api.lolhuman.xyz/api/photooxy1/${command}?apikey=${apikey}&text=${txt}`)
ini_buffer = await getBuffer(`http://api.lolhuman.xyz/api/photooxy1/${command}?apikey=${apikey}&text=${ini_txt}`)
lolhuman.sendMessage(from, ini_buffer, image, { quoted: lol })
break
case 'tiktok':
Expand Down Expand Up @@ -1120,7 +1120,7 @@ async function starts() {
case 'freefire':
if (args.length == 0) return reply(`Usage: ${prefix + command} text\nExample: ${prefix + command} LoL Human`)
ini_txt = args.join(" ")
ini_buffer = await getBuffer(`http://api.lolhuman.xyz/api/ephoto1/${command}?apikey=${apikey}&text=${txt}`)
ini_buffer = await getBuffer(`http://api.lolhuman.xyz/api/ephoto1/${command}?apikey=${apikey}&text=${ini_txt}`)
lolhuman.sendMessage(from, ini_buffer, image, { quoted: lol })
break
default:
Expand Down

0 comments on commit 6407c35

Please sign in to comment.