forked from pothtonswer/discordmuffin
Added link to Discord Chat to README.
This commit is contained in:
parent
478620480c
commit
5b5c678d6c
1 changed files with 11 additions and 14 deletions
25
README.md
25
README.md
|
@ -1,25 +1,22 @@
|
|||
# Discordgo
|
||||
DiscordGo provides low level bindings for [Discord](https://discordapp.com/)
|
||||
in the [Go](https://golang.org/) Programming Language (Golang).
|
||||
|
||||
This package provides low level bindings for the [Discord](https://discordapp.com/)
|
||||
REST & Websocket API in the [Go](https://golang.org/) Programming Language (Golang).
|
||||
* See [dgVoice](https://github.com/bwmarrin/dgvoice) for **experimental** voice support.
|
||||
|
||||
* See out [dgVoice](https://github.com/bwmarrin/dgvoice) for **experimental**
|
||||
Discord voice support.
|
||||
|
||||
* See out [dgTest](https://github.com/bwmarrin/dgTest) for more examples and test code.
|
||||
|
||||
----
|
||||
Join [#go_discordgo](https://discord.gg/0SBTUU1wZTWvLIfZ) Discord API channel on Discord for support.
|
||||
|
||||
[](https://godoc.org/github.com/bwmarrin/discordgo)
|
||||
[](https://gowalker.org/github.com/bwmarrin/discordgo)
|
||||
[](http://goreportcard.com/report/bwmarrin/discordgo)
|
||||
[](https://travis-ci.org/bwmarrin/discordgo)
|
||||
|
||||
# Usage Examples
|
||||
----
|
||||
|
||||
## Usage Examples
|
||||
See the example sub-folder for examples. Each example accepts a username and
|
||||
password as a CLI argument when run.
|
||||
|
||||
# Documentation
|
||||
## Documentation
|
||||
|
||||
**NOTICE** : This library and the Discord API are unfinished.
|
||||
Because of that there may be major changes to library functions, constants,
|
||||
|
@ -29,7 +26,7 @@ and structures.
|
|||
- [](https://gowalker.org/github.com/bwmarrin/discordgo)
|
||||
- Hand crafted documentation coming eventually.
|
||||
|
||||
# What Works
|
||||
## What Works
|
||||
|
||||
Current package provides a **low level direct mapping** to the majority of Discord
|
||||
REST and Websock API.
|
||||
|
@ -44,7 +41,7 @@ REST and Websock API.
|
|||
* List Guild Members
|
||||
* Receive/Send Messages to Channels
|
||||
|
||||
# What's Unfinished
|
||||
## What's Unfinished
|
||||
|
||||
* Make changes as needed to pass GoLint, GoVet, GoCyclo, etc. (goreportcard.com)
|
||||
* Editing User Profile settings
|
||||
|
@ -53,7 +50,7 @@ REST and Websock API.
|
|||
* Finish Voice support.
|
||||
* Add a higher level interface with user friendly helper functions.
|
||||
|
||||
# Other Discord APIs
|
||||
## Other Discord APIs
|
||||
|
||||
**Go**:
|
||||
[gdraynz/**go-discord**](https://github.com/gdraynz/go-discord),
|
||||
|
|
Loading…
Reference in a new issue