forked from pothtonswer/discordmuffin
Cleanup.
This commit is contained in:
parent
17a5668f0c
commit
afae8a76ba
1 changed files with 7 additions and 7 deletions
14
README.md
14
README.md
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
A Discord API for Golang
|
A Discord API for Golang
|
||||||
|
|
||||||
Discordgo provides an almost complete low-level Golang interface to the Discord
|
Discordgo provides a mostly complete low-level Golang interface to the Discord
|
||||||
REST and Websocket API layers. The majority of both of these interfaces are
|
REST and Websocket API.
|
||||||
complete and I should have the remaining functions finished soon.
|
|
||||||
|
|
||||||
# Example
|
|
||||||
|
# Usage Example
|
||||||
```go
|
```go
|
||||||
package main
|
package main
|
||||||
|
|
||||||
|
@ -71,12 +71,12 @@ Low level functions exist for the majority of the REST and Websocket API.
|
||||||
* List Guild Members
|
* List Guild Members
|
||||||
* Receive/Send Messages to Channels
|
* Receive/Send Messages to Channels
|
||||||
|
|
||||||
# What's Left
|
# What's Unfinished
|
||||||
|
|
||||||
* Permissions related functions.
|
|
||||||
* Editing User Profile settings
|
* Editing User Profile settings
|
||||||
* Voice Channel support.
|
* Permissions related functions.
|
||||||
* Functions for Maintenance Status
|
* Functions for Maintenance Status
|
||||||
|
* Voice Channel support.
|
||||||
|
|
||||||
# Credits
|
# Credits
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue