discordmuffin/docs/index.md
Hunter Paulson f4ca8874a3
Changed domain from discordapp.com to discord.com (#769)
* Allow resume on reconnect

* Version 0.20.3: allow resume on reconnect

* Update index.md

* Update README.md

* Update GettingStarted.md

* Update endpoints.go

* Update README.md

* Update event.go

* Update wsapi.go

* Update restapi.go

* Resolved spelling issue

Co-authored-by: Carson Hoffman <c@rsonhoffman.com>
2020-05-04 21:13:28 -07:00

1.5 KiB

DiscordGo


Go (golang) interface for the Discord chat service. Provides both low-level direct bindings to the Discord API and helper functions that allow you to make custom clients and chat bot applications easily.

Discord is an all-in-one voice and text chat for gamers that's free, secure, and works on both your desktop and phone.

Why DiscordGo?

  • High Performance
  • Minimal Memory & CPU Load
  • Low-level bindings to Discord REST API Endpoints
  • Support for the data websocket interface
  • Multi-Server voice connections (send and receive)
  • State tracking and caching

Learn More

Join Us!

Both of the below links take you to chat channels where you can get more information and support for DiscordGo. There's also a chance to make some friends :)

  • Join the Discord Gophers chat server dedicated to Go programming.
  • Join the Discord API chat server dedicated to the Discord API.