| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Re-order message builder file | Austin Hellyer | 2016-11-28 | 1 | -22/+21 |
| | | |||||
| * | Fix some clippy lints | Austin Hellyer | 2016-11-28 | 1 | -7/+7 |
| | | |||||
| * | Improve docs and add new message builder methods | Illia K | 2016-11-28 | 1 | -6/+165 |
| | | | | | | Add documentation for some missing methods - such as Game methods - and add more methods to the Message Builder. | ||||
| * | Add a bit more docs | Austin Hellyer | 2016-11-26 | 1 | -1/+0 |
| | | |||||
| * | Rename PublicChannel to GuildChannel | Austin Hellyer | 2016-11-25 | 1 | -2/+2 |
| | | |||||
| * | A bit of docs | Austin Hellyer | 2016-11-18 | 1 | -8/+69 |
| | | |||||
| * | Add some more documentation | Austin Hellyer | 2016-11-06 | 1 | -1/+3 |
| | | |||||
| * | Convert all doc anchors to named anchors | Austin Hellyer | 2016-11-05 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | Convert all of the non-named anchors in docs to named anchors. Example: ```md Kicks a [`Member`](../model/struct.Member.html) from the specified [`Guild`](../model/struct.Guild.html) if they are in it. ``` is now written as: ```md Kicks a [`Member`] from the specified [`Guild`] if they are in it. [`Guild`]: ../model/struct.Guild.html [`Member`]: ../model/struct.Member.html ``` | ||||
| * | Initial commit | Austin Hellyer | 2016-10-18 | 1 | -0/+97 |