[][src]Macro telexide::create_framework

macro_rules! create_framework {
    ($bot_name:expr, $( $c:expr ),*) => { ... };
}

This macro creates the Framework object using the given bot name and registers all the given commands on it. Call it as in create_framework!("bot_name", command1, command2, ...)