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
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.
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”
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.