Slight improvements.
This commit is contained in:
parent
8a761118c5
commit
bf7753cba2
1 changed files with 6 additions and 3 deletions
|
@ -1,7 +1,8 @@
|
||||||
# Discordgo
|
# Discordgo
|
||||||
|
|
||||||
Discordgo provides a mostly complete low-level Golang interface to the Discord
|
This package provides low level bindings for the [Discord](https://discordapp.com/)
|
||||||
REST and Websocket API.
|
REST & Websocket API in the [Go](https://golang.org/) Programming Language (Golang).
|
||||||
|
|
||||||
|
|
||||||
[](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)
|
||||||
|
|
||||||
|
@ -67,7 +68,8 @@ and structures.
|
||||||
|
|
||||||
# What Works
|
# What Works
|
||||||
|
|
||||||
Low level functions exist for the majority of the REST and Websocket API.
|
Current package provides a **low level direct mapping** to the majority of Discord
|
||||||
|
REST and Websock API.
|
||||||
|
|
||||||
* Login/Logout
|
* Login/Logout
|
||||||
* Open/Close Websocket and listen for events.
|
* Open/Close Websocket and listen for events.
|
||||||
|
@ -86,6 +88,7 @@ Low level functions exist for the majority of the REST and Websocket API.
|
||||||
* Permissions related functions.
|
* Permissions related functions.
|
||||||
* Functions for Maintenance Status
|
* Functions for Maintenance Status
|
||||||
* Voice Channel support.
|
* Voice Channel support.
|
||||||
|
* Add a higher level interface with user friendly helper functions.
|
||||||
|
|
||||||
# Credits
|
# Credits
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue