From d6c17b4c6393d0e0c4eef89179b1dc326d767717 Mon Sep 17 00:00:00 2001 From: Anton Zavodchikov Date: Wed, 24 Feb 2021 17:54:26 +0500 Subject: [PATCH] Add Discord libs (#97) * Add Discord libs * Correct the header link according to the linter --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 6710613..8ad0238 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ - [Operating system](#operating-system) - [Automation](#automation) - [Telegram](#telegram) + - [Discord](#discord) - [IRC](#irc) - [Files](#files) - [Eventing](#eventing) @@ -165,6 +166,11 @@ - [vgram](https://github.com/dariotarantini/vgram) - Telegram bot library. +### Discord + +- [viscord](https://github.com/vlang/viscord) - Pretty basic library for connecting to the Discord gateway. +- [discord.v](https://github.com/Terisback/discord.v) - User-friendly Discord bot library. + ### IRC - [vitric](https://github.com/m-242/vitric) - A transparent IRC library.