aboutsummaryrefslogtreecommitdiff
path: root/src/client/event_handler.rs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream'Mishio5952018-11-131-2/+2
|\
| * A bunch of typo fixes (#404)Perry Fraser2018-10-011-2/+2
* | Old message is optionally passed with message_update eventMishio5952018-09-161-5/+12
|/
* Revert "Old message on update (#368)"Zeyla Hellyer2018-09-131-12/+5
* Old message on update (#368)Adelyn2018-08-261-5/+12
* Remove extraneous spaces at the end of linesZeyla Hellyer2018-06-171-54/+54
* Replace (most) placeholders with actual namesacdenisSK2018-05-221-54/+54
* Refactor imports/exports to use nested groups and better formattingacdenisSK2018-03-291-2/+4
* Add documentation to `EventHandler`acdenisSK2018-02-191-2/+205
* Add an event for shard updatesZeyla Hellyer2018-01-011-0/+6
* Break up the model moduleZeyla Hellyer2017-12-161-2/+1
* Re-order use statements alphabeticallyZeyla Hellyer2017-11-111-2/+2
* Remove `on_` prefix to EventHandler tymethodsZeyla Hellyer2017-10-221-51/+51
* Switch to parking_lot::{Mutex, RwLock}Zeyla Hellyer2017-10-101-2/+1
* Implement categoriesacdenisSK2017-09-091-0/+2
* rustfmtacdenisSK2017-07-271-21/+21
* Apply the new api change for dms in botsacdenisSK2017-07-071-3/+3
* Add an `is_new` to the arguments of the `guild_create` handleracdenisSK2017-07-051-1/+3
* Whoops, and add a fail-safe to an upcomming pr to the compileracdenisSK2017-06-281-47/+47
* Merge branch "trait-based-event-handling"acdenisSK2017-06-281-0/+77