diff --git a/src/commands.rs b/src/commands.rs index d6bcdb6..5e8f7ca 100644 --- a/src/commands.rs +++ b/src/commands.rs @@ -10,6 +10,7 @@ pub enum CommandError { ValidationError(String), } +#[derive(Clone)] pub struct BotCommand { command: String, args: Option,