Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- internet = require("internet")
- channelid = "331958223756197888"
- address = "https://discord.com/api/channels/"..channelid.."/messages"
- authtoken = "NDY5NTU0MzEzMzc1Nzc2Nzc4.W1DIiA.N6UPG9soraQPYoihpo9a1ZPdPSI"
- local handle = internet.request(address, {["User-Agent"] = "Section_Leader (https://pastebin.com/RPf6Lc5y, 0.1)"}, {["Authorization"] = "Bot "..authtoken})
- local result = ""
- for chunk in handle do result = result..chunk end
- local code, message, headers = mt.__index.response
- print(headers)
Add Comment
Please, Sign In to add comment