rmcafee / discord_ex

Discord Elixir Library
MIT License
48 stars 13 forks source link

[BREAKING] fix #15, breaks backward compability #16

Closed Marqin closed 8 years ago

Marqin commented 8 years ago

Now instad of state[:guild_id] we have state[:guilds] which is a list of Maps %{:guild_id => , :voice_states => }

rmcafee commented 8 years ago

:+1:

Marqin commented 8 years ago

I've resolved conflicts, now it can be merged.