mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-05-24 17:20:49 +00:00
Implement user score
This commit is contained in:
parent
84b13dcef3
commit
07928671e2
3 changed files with 20 additions and 17 deletions
|
@ -23,7 +23,7 @@ pub use pagination::{paginate, paginate_fn, paginate_reply, paginate_reply_fn, P
|
|||
pub use async_trait::async_trait;
|
||||
|
||||
/// Re-export the anyhow errors
|
||||
pub use anyhow::{Error, Result};
|
||||
pub use anyhow::{anyhow as error, bail, Error, Result};
|
||||
pub use debugging_ok::OkPrint;
|
||||
|
||||
/// Re-export useful future and stream utils
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue