aboutsummaryrefslogtreecommitdiff
path: root/src/model/mod.rs
Commit message (Collapse)AuthorAgeFilesLines
...
* Add webhook supportAustin Hellyer2016-11-071-0/+4
|
* Add a prelude for userlandAustin Hellyer2016-11-051-1/+1
| | | | | | | Users can now import all of a prelude via `use serenity::prelude::*;`, which should provide some helpful stuff. As such, the internal prelude is now named `serenity::prelude_internal`, and all internal uses have been adjusted.
* Fix doc links to enum variantsAustin Hellyer2016-11-051-2/+2
| | | | | | Most of the docs were linking to `enum.EnumName.html#VariantName.v`, which should have been linking to `enum.EnumName.html#variant.VariantName`.
* Initial commitAustin Hellyer2016-10-181-0/+140