Moved error handling to one function
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
pub use crate::{
|
||||
commands::Command,
|
||||
errors::*,
|
||||
errors::{handle_error, NoUserInfo},
|
||||
first_handler, handler,
|
||||
locales::{Locale, LocaleRef},
|
||||
markups::*,
|
||||
|
Reference in New Issue
Block a user