Moved error handling to one function

This commit is contained in:
2024-04-29 13:40:31 +03:00
parent ff1d5a039d
commit 4ac34a73bb
12 changed files with 41 additions and 24 deletions

View File

@@ -1,6 +1,6 @@
pub use crate::{
commands::Command,
errors::*,
errors::{handle_error, NoUserInfo},
first_handler, handler,
locales::{Locale, LocaleRef},
markups::*,