LMGTFY Command Help?

So I’m trying to create a command for the “Let Me Google That For You” Site. I’ve seen one on @ProfessorBroman’s stream and in the command they use a custom api. I’ve tested it and a $(query) works but you manually have to add the “+” between words to make it a valid link. Any way to help with the CustomAPI to make this a full auto command? Thank you!

  • WhiteReechan

You can use the following to make the query url encoded:

http://lmgtfy.com/?q=$(customapi http://nightdev.com/hosted/echo_querystring.php?query=$(query))

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.