.Proxy

The proxy URL to use when sending the message.

Proxies aren't optional. So it will use hooks.hyra.io as a default proxy.

local Disblox = require(path.to.disblox)
local message = Disblox.new()

---------------------------------------------------
--// Set the proxy destination for the message \\--
message.Proxy = "rezokar.xyz"
---------------------------------------------------
--//     Set the global proxy destination      \\--
Disblox.Proxy = "rezokar.xyz"

Last updated