cronokirby / alchemy

A discord library for Elixir
MIT License
151 stars 34 forks source link

Fixes #74 #75

Closed curz46 closed 4 years ago

cronokirby commented 4 years ago

Given the docs on https://discordapp.com/developers/docs/resources/guild#modify-guild-member, we should also edit the corresponding Client.edit_member function's specs to not return a GuildMember struct. If we're not returning anything I don't think piping through a json parser is necessary.

curz46 commented 4 years ago

I think this is what you mean. I believe it is already being handled with :no_parser as that is the default.

cronokirby commented 4 years ago

Nice