From 73657c40c0ba7edc134c9b65c724eb99c404cabb Mon Sep 17 00:00:00 2001 From: DraGoN <51184732+ysdragon@users.noreply.github.com> Date: Mon, 18 Sep 2023 02:34:32 +0000 Subject: [PATCH] Add discordwebhook (#203) Super simple interface to send discord messages through webhooks. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 02eaf80..493ba61 100644 --- a/README.md +++ b/README.md @@ -188,6 +188,7 @@ ### Discord - [discord.v](https://github.com/Terisback/discord.v) - User-friendly Discord bot library. +- [discordwebhook](https://github.com/ysdragon/discordwebhook) - Super simple interface to send discord messages through webhooks. - [kitten](https://github.com/geniushq/kitten) - Simple Discord API library for writing bots. - [viscord](https://github.com/vlang/viscord) - Pretty basic library for connecting to the Discord gateway. - [vord](https://github.com/9xN/vord) - Library for interacting with user account endpoints and gateway (Self-bots, custom clients, etc).