WebhookServices [Webhooks Module] [Simple & Easy]

Hello There,
I made a Module for sending messages to discord using webhooks

Contains three proxy
And Awesome features

Like functions which gets a roblox pfp of a player for discord

ColorConverter function which converts RGB color to a format discord supports

And Much More!

Here is the module:

Here is the tutorial:

11 Likes

this module is insane, why is nobody talking about it?

2 Likes

wow, that’s really cool, I really want to try this webhook module, but I still don’t understand how to use it, overall it works great for the webhook, it works great man

1 Like

Why should we use this over normal https webhooks? I don’t really see the point of this, since you’re making it practically harder to send a simple message through a webhook.

3 Likes

how am I making it harder :skull:
try sending a webhook using the normal https
and then try this

u will see the difference

I mean for example the WebhokkService:SetToken({“haishejekaijavsiaovaveprkwheo”}). Doesn’t really make sense, and you need like 20 lines of code to get one webhook message with the text “hi”

1 Like
WebhookService.Mention.Everyone = function()
	return "@everyone"
end

WebhookService.Mention.Here = function()
	return "@here"
end

Those lines of code might already explain why nobody talks about it.

The entire module overcomplicates everything possible, there’s no user friendly documentation, especially being a huge problem due to it not following OOP standarts.

Efficiency is also questionable, 3 different proxies that would chain every request and useless methods such as Embed.Modify (note that every embed is usable once).

At this point it’s way easier to call the webhook manually, because building the message will look exactly the same.

1 Like

Its my first time making a module so its kinda like that