Advertisement
Guest User

Untitled

a guest
Nov 26th, 2022
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. component = require("component")
  2. http = component.internet
  3.  
  4. sender = {username = "NAME",avatar_url = "https://www.atomicheritage.org/sites/default/files/styles/large/public/lesson_plans/atom-1472657_1920.png?itok=Pon5eH8h",content = "MESSAGE"}
  5.  
  6. header =
  7. {
  8. ["Content-Type"] = "application/json",
  9. ["Content-Length"] = #sender.content
  10. }
  11.  
  12. http.request("https://discord.com/api/webhooks/...", sender, header, "POST")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement