1
0
mirror of https://github.com/vlang/awesome-v.git synced 2023-08-10 21:13:23 +03:00

Add Discord libs (#97)

* Add Discord libs

* Correct the header link according to the linter
This commit is contained in:
Anton Zavodchikov 2021-02-24 17:54:26 +05:00 committed by GitHub
parent 51b41176e0
commit d6c17b4c63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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