Forest Logo
search
package_2

voyager

By @blackferrari2

Roblox

Mirrored

[image: Discohook]

License Open Issues Contributors


Key Features

  • Simple: Voyager is curated to be easily utilized by both beginner and advanced scripters.
  • Flexible: Voyager is curated to be modular as to fit as many use cases as possible.
  • Pre-request data validation: Voyager comes with built in validation functions that automatically validate any data you give it before making an HTTP request. This is done to mitigate making pointless requests to the proxy, as making too many bad requests may get you temporarily or indefinitely banned from the proxy.

Installation

  1. Get the module script.
  2. Make sure http requests in Game Settings > Security is enabled.
  3. Drag the module into your project and place it in ServerScriptService or ServerStorage.

Quick Example

local Voyager = path_here.Voyager
local webhook = require(Voyager.Webhook).new("webhookId", "webhookToken")

webhook:execute("Hello, World!")

Credit

Huge thanks to @lewisakura for creating and hosting the proxy used in this module. Without them this module wouldn't have been possible.


Tutorial/Documentation

Learn how to use Voyager here.


Package Details

Install command (Click to copy)


Version

0.1.0

License

MIT

check_circle

Safe for commercial use

infoLicense identified from the packaged LICENSE file; the manifest declared none.

Automated license review — not legal advice.