aboutsummaryrefslogtreecommitdiff
path: root/src/utils/builder/edit_channel.rs
Commit message (Collapse)AuthorAgeFilesLines
* Rename PublicChannel to GuildChannelAustin Hellyer2016-11-251-4/+4
|
* Move the builders to the utilsAustin Hellyer2016-11-131-0/+77
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.