Advertisement
OHOVERSUM

turtlechat

Dec 14th, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. function say(messag,texs)
  2. local finmsg = textutils.urlEncode(messag)
  3. local Website = "https://eonforum.xyz"
  4. local File = "/webhook.php?"
  5. local Data = {
  6. ["content"] = "\n"..finmsg.."\n";
  7. ["tts"] = texes;
  8. }
  9. http.post(Website .. File .. "Content=" .. encoder.jsonencode(Data), 1)
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement