| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Add webhook support | Austin Hellyer | 2016-11-07 | 1 | -0/+4 | |
| | | ||||||
| * | Add a prelude for userland | Austin Hellyer | 2016-11-05 | 1 | -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 variants | Austin Hellyer | 2016-11-05 | 1 | -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 commit | Austin Hellyer | 2016-10-18 | 1 | -0/+140 | |