Skip to content

Jodenee/Voyager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.