aboutsummaryrefslogtreecommitdiff
path: root/src/utils/builder/edit_member.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add more Context docs+permission requirementsAustin Hellyer2016-12-041-1/+22
| | | | | Add more documentation to most of the Context methods, also clarifying which permission/s are required for each method.
* Add documentation for EditMember and EditProfileKisei2016-11-301-0/+11
|
* Move the builders to the utilsAustin Hellyer2016-11-131-0/+35
The builders aren't a large enough portion of the library to deserve their own root-level module, so move them to the `utils` module. Additionally, split them into separate files, as the library will be receiving more builders and the single-file pattern was getting rather large.