aboutsummaryrefslogtreecommitdiff
path: root/azalea/examples
AgeCommit message (Collapse)Author
2022-10-23make `handle` cleanermat
Arc<Event> -> Event, Arc<Mutex<State>> -> State Items in State now need to have interior mutability (i.e. Arc<Mutex<T>>), but it's a worthwhile tradeoff since it allows the user to customize it for each field
2022-10-23write more documentationmat
2022-10-16change examples with Accountmat
2022-10-07Bot API (#27)mat
Basically make the `azalea` crate have stuff
2022-10-02New example (#24)mat
the example isn't finished but it's finished enough