aboutsummaryrefslogtreecommitdiff
path: root/src/discord.rs
AgeCommit message (Collapse)Author
2020-06-18properly pass on error from post_linkDaniel Schadt
This makes discord::post_link return any Error (or well, Result) that is produced by the ready event handler.
2020-06-08use "White Heavy Check Mark" for successful logsDaniel Schadt
The other one was hard to see, as it was rendered as a darkgrey checkmark on grey background.
2020-06-07Repository::new()Daniel Schadt