create AdminMisconfiguration error
This commit is contained in:
parent
c69b6595fd
commit
27a829b784
@ -114,6 +114,7 @@ pub enum BotError {
|
||||
StorageError(#[from] mongodb_storage::MongodbStorageError<<Json as Serializer<State>>::Error>),
|
||||
MsgTooOld(String),
|
||||
BotLogicError(String),
|
||||
AdminMisconfiguration(String),
|
||||
}
|
||||
|
||||
pub type BotResult<T> = Result<T, BotError>;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user