Advertisement
morphesus

Lua Discord Webhook

Jul 20th, 2018
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.28 KB | None | 0 0
  1. local i = require("internet")
  2. local url = "https://discordapp.com/api/webhooks/469560997871353877/sh4G_rPVMJG9cLF0vK2RQ0hSsIbGQkPHMG0ufFuSf3ExsU7eW61TUAby8XdhhmdxV6ff"
  3.  
  4. local res = i.request(url)
  5. local body = ""
  6.  
  7. for chunk in res do
  8.   body = body .. chunk
  9. end
  10.  
  11. print(body)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement