cronokirby / alchemy

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

[documentation | low priority] Client.edit_channel/2 permission_overwrites #72

Open curz46 opened 5 years ago

curz46 commented 5 years ago

Client.edit_channel/2 does not document permission_overwrites as an accepted argument, even though it works as expected. It might also be beneficial to add some validation to this argument, since failing to provide all attributes of an %OverWrite{} appears to cause Discord to ignore the request.