/DiscordWebhook

Discord webhook library in C#

Primary LanguageC#GNU General Public License v3.0GPL-3.0

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