(cont) enable cmd logic
This commit is contained in:
parent
8b4c21ba58
commit
7757dd1820
2 changed files with 49 additions and 29 deletions
src/core
|
@ -25,7 +25,7 @@ use crate::core::botlog;
|
|||
use crate::core::chat::Chat;
|
||||
|
||||
|
||||
#[derive(Debug, PartialEq, Eq)]
|
||||
#[derive(Debug, PartialEq, Eq, Clone)]
|
||||
pub enum ChangeResult {
|
||||
Success(String),
|
||||
Failed(String),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue