Aram
Aram
@cronokirby how are you? I would like to know if you could merge this PR. Also, since the PR fixing the channels did not bring up the project version, I...
@cronokirby I found a bug where actually `name` is not a string but `%{"id" => id, "name" => name}` [here](https://github.com/cronokirby/alchemy/blob/master/lib/Discord/Endpoints/channels.ex#L90) and that makes the app crash [here](https://github.com/cronokirby/alchemy/blob/master/lib/Discord/Endpoints/channels.ex#L91). That probably also...
@cronokirby I was checking `Api.encode/1`, it converts a value (opts) into a map and then encodes using `Poison.encode!/2` ([code](https://github.com/cronokirby/alchemy/blob/master/lib/Discord/api.ex#L9)). So, since [Guilds.move_role/3](https://github.com/cronokirby/alchemy/blob/master/lib/Discord/Endpoints/guilds.ex#L131) returns a Stream the Enum.into breaks: ```shell iex(1)>...
Also looking forward for this