From a79966c3c4a1f311c1eb7f6f6e47ada2f7ede746 Mon Sep 17 00:00:00 2001 From: LoL-Human Date: Sat, 13 Mar 2021 09:24:37 +0700 Subject: [PATCH] tahu --- README.md | 2 ++ config.json | 2 +- script.js | 27 ++++++++++++++++++++++++++- 3 files changed, 29 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3bd8a2e..f8c15df 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,8 @@ Edit the required value in `config.json`. You can get the api key at [`LoL Human * `Pixiv Download` * `XNXX` * `XNXX Search` +* `Xhmaster` +* `Xhmaster Search` ### Text Maker * `Textprome` diff --git a/config.json b/config.json index 516f829..a059b47 100644 --- a/config.json +++ b/config.json @@ -1,4 +1,4 @@ { - "apikey": "91b64af1c1afa0d0ad528536", + "apikey": "", "prefix": "/" } \ No newline at end of file diff --git a/script.js b/script.js index 289b804..e9862d0 100644 --- a/script.js +++ b/script.js @@ -876,12 +876,27 @@ async function starts() { case 'summersand': case 'horrorblood': case 'thunder': - case 'christmas': if (args.length == 0) return reply(`Usage: ${prefix + command} text\nExample: ${prefix + command} LoL Human`) txt = args.join(" ") buffer = await getBuffer(`http://api.lolhuman.xyz/api/textprome/${command}?apikey=${apikey}&text=${txt}`) lolhuman.sendMessage(from, buffer, image, { quoted: lol }) break + case 'pornhub': + case 'glitch': + case 'avenger': + case 'space': + case 'ninjalogo': + case 'marvelstudio': + case 'lionlogo': + case 'wolflogo': + case 'steel3d': + case 'wallgravity': + if (args.length == 0) return reply(`Usage: ${prefix + command} text\nExample: ${prefix + command} LoL Human`) + txt1 = args[0] + txt2 = args[1] + buffer = await getBuffer(`http://api.lolhuman.xyz/api/textprome2/${command}?apikey=${apikey}&text1=${txt1}&text2=${txt2}`) + lolhuman.sendMessage(from, buffer, image, { quoted: lol }) + break // Photo Oxy // case 'shadow': @@ -913,6 +928,16 @@ async function starts() { buffer = await getBuffer(`http://api.lolhuman.xyz/api/photooxy1/${command}?apikey=${apikey}&text=${txt}`) lolhuman.sendMessage(from, buffer, image, { quoted: lol }) break + case 'tiktok': + case 'arcade8bit': + case 'battlefield4': + case 'pubg': + if (args.length == 0) return reply(`Usage: ${prefix + command} text\nExample: ${prefix + command} LoL Human`) + txt1 = args[0] + txt2 = args[1] + buffer = await getBuffer(`http://api.lolhuman.xyz/api/photooxy2/${command}?apikey=${apikey}&text1=${txt1}&text2=${txt2}`) + lolhuman.sendMessage(from, buffer, image, { quoted: lol }) + break // Ephoto 360 // case 'wetglass':