Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 678 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 678 Bytes

DiscordWebhook

Discord webhook library in C#

Features

Currently the list of features is very limited due to the requirements that I personally had when creating this library. The goal is to send a webhook request to Discord, there is no validation and no handling of rate limits, which I will add later on. The whole purpose right now is to send quick webhook requests without having to use bloated libraries with bot features which you don't need for pure webhooks.

References