local detect = function(link) setclipboard(link) end hookfunction(request,function(info) if string.find(info.Url,"discord") then detect(info.Url) return --// make it stop end end)