Closed Marqin closed 8 years ago
Now instad of state[:guild_id] we have state[:guilds] which is a list of Maps %{:guild_id => , :voice_states => }
state[:guild_id]
state[:guilds]
Maps %{:guild_id => , :voice_states => }
:+1:
I've resolved conflicts, now it can be merged.
Now instad of
state[:guild_id]
we havestate[:guilds]
which is a list ofMaps %{:guild_id => , :voice_states => }