aboutsummaryrefslogtreecommitdiff
path: root/src/client/event_handler.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | To make a better distinction from a guild that the bot's already in and from the ones it's joining
* Whoops, and add a fail-safe to an upcomming pr to the compileracdenisSK2017-06-281-47/+47
| | | | https://github.com/rust-lang/rust/pull/42894
* Merge branch "trait-based-event-handling"acdenisSK2017-06-281-0/+77