Skip to content

Shambi-0/Proxhook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

alt text

A Module for proxying discord webhooks!


Features

Managed Requests!

Using the rate-limit information Hyra provides, Requests that are being rate-limited are stored until the rate-limit window has reset. in other words : if your request is valid, it won’t get dropped.

Simple Usage!

A Discord webhook should be structured similar to this : https://discord.com/api/webhooks/ID/TOKEN

and using Proxhook is just a matter of plugging in the ID, TOKEN, & the data you want to send.

local Proxhook = require(script.Proxhook);

local Success = Proxhook(ID, TOKEN, DATA); -- <@Success> : boolean

And for those who aren’t familiar with the discord webhook api, you can find more information on the Discord Developer Portal.


References :

  • The original Devforum Post can be found here.
  • The officially uploaded version can be found here!

Credits :

  • The Logo, Name, Source-Code, And Publication is by Luc Rodriguez (Aliases : Shambi, StyledDev)
  • All credit for Hyra goes to it's Contributors, of which can be found along with it's Source-Code here.

About

A Module for proxying discord webhooks!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages