Skip to content

Commit

Permalink
some features
Browse files Browse the repository at this point in the history
  • Loading branch information
LoL-Human committed May 17, 2021
1 parent f7ec00a commit 338593c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -1099,7 +1099,7 @@ async function starts() {
break
case 'urbandictionary':
urb = args.join(" ")
get_result = await fetchJson(`http://lolhuman.herokuapp.com/api/urdict?apikey=Lucky&query=${urb}`)
get_result = await fetchJson(`http://lolhuman.herokuapp.com/api/urdict?apikey=${apikey}&query=${urb}`)
lilu = get_result.result
for (var x of lilu) {
ini_txt = `\`\`\`Meaning :\n${x.definition}\`\`\`\n\n`
Expand Down

0 comments on commit 338593c

Please sign in to comment.