aboutsummaryrefslogtreecommitdiff
path: root/src/utils/builder/edit_guild.rs
Commit message (Collapse)AuthorAgeFilesLines
* Improve docs and add new message builder methodsIllia K2016-11-281-8/+2
| | | | | Add documentation for some missing methods - such as Game methods - and add more methods to the Message Builder.
* Add a bit more docsAustin Hellyer2016-11-261-4/+109
|
* Move the builders to the utilsAustin Hellyer2016-11-131-0/+53
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.