aboutsummaryrefslogtreecommitdiff
path: root/src/framework/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove `checks_passed` in favour of the `Iterator::all` methodacdenisSK2017-07-041-11/+1
* Fix doc testsacdenisSK2017-07-021-23/+56
* Add reaction actions (#115)alex2017-06-281-1/+58
* Make CommandOrAlias and CommandGroup.commands public (#117)Joe K2017-06-281-1/+1
* Switch from #[doc(hidden)] to pub(crate)alex2017-06-141-6/+5
* Make framework dynamic_prefix accept an &MessageZeyla Hellyer2017-06-131-1/+1
* Remove Context::{channel_id, queue}Zeyla Hellyer2017-06-131-1/+1
* Deprecate Client::login, add Client::newZeyla Hellyer2017-06-061-10/+10
* Clippy lintsZeyla Hellyer2017-06-061-12/+18
* Use chrono for struct timestamp fieldsZeyla Hellyer2017-06-061-3/+3
* Add documentation and tests for frameworkMaiddog2017-05-301-0/+141
* Restructure modulesZeyla Hellyer2017-05-221-0/+665