Xh4H / Discord.jl

The Julia Discord API Wrapper
MIT License
152 stars 23 forks source link

Extend JSON.lower for types which can be sent in request body #5

Closed christopher-dG closed 6 years ago

christopher-dG commented 6 years ago

Stuff like modify_member can take a list of roles which currently must be Dicts, we should allow those to be Roles or whatever actual type they are too.