dgvoice isn't experimental, added link to dca.
This commit is contained in:
parent
0b6a535302
commit
d084cdd639
1 changed files with 9 additions and 3 deletions
12
README.md
12
README.md
|
@ -4,10 +4,16 @@ Discordgo
|
||||||
[](https://godoc.org/github.com/bwmarrin/discordgo) [](http://goreportcard.com/report/bwmarrin/discordgo) [](https://travis-ci.org/bwmarrin/discordgo)
|
[](https://godoc.org/github.com/bwmarrin/discordgo) [](http://goreportcard.com/report/bwmarrin/discordgo) [](https://travis-ci.org/bwmarrin/discordgo)
|
||||||
|
|
||||||
Discordgo is a [Go](https://golang.org/) package that provides low level
|
Discordgo is a [Go](https://golang.org/) package that provides low level
|
||||||
bindings to the [Discord](https://discordapp.com/) chat client API.
|
bindings to the [Discord](https://discordapp.com/) chat client API. Discordgo
|
||||||
|
has nearly complete support for all of the Discord JSON-API endpoints, websocket
|
||||||
|
interface, and voice interface.
|
||||||
|
|
||||||
* See [dgVoice](https://github.com/bwmarrin/dgvoice) for **experimental** voice
|
* See [dgVoice](https://github.com/bwmarrin/dgvoice) package to extend Discordgo
|
||||||
support.
|
with additional voice helper functions and features.
|
||||||
|
|
||||||
|
* See [dca](https://github.com/bwmarrin/dca) for an **experimental** stand alone
|
||||||
|
tool that wraps `ffmpeg` to create opus encoded audio appropriate for use with
|
||||||
|
Discord (and Discordgo)
|
||||||
|
|
||||||
Join [#go_discordgo](https://discord.gg/0SBTUU1wZTWT6sqd) Discord chat channel
|
Join [#go_discordgo](https://discord.gg/0SBTUU1wZTWT6sqd) Discord chat channel
|
||||||
for support.
|
for support.
|
||||||
|
|
Loading…
Reference in a new issue