rmcafee / discord_ex

Discord Elixir Library
MIT License
48 stars 13 forks source link

Discord websocket gateway protocol v6 #41

Closed jussih closed 7 years ago

jussih commented 7 years ago

Basic changes to support Gateway protocol v6 (https://discordapp.com/developers/docs/topics/gateway#gateway-protocol-versions).

There's more that could be done with the upgraded API, but this is the bare minimum to run DiscordEx with it.

jussih commented 7 years ago

This works but has some issues in my opinion, and should not be merged as-is.