Advertisement
Guest User

Untitled

a guest
Nov 26th, 2022
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. component = require("component")
  2. http = component.internet
  3. JSON = require("JSON")
  4.  
  5.  
  6. 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"}
  7.  
  8. header =
  9. {
  10. ["Content-Type"] = "application/json"
  11. }
  12.  
  13. encodedsender = JSON:encode(sender)
  14.  
  15. http.request("https://discord.com/api/webhooks/...",encodedsender, header, "POST")
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement