Macro telexide_fork::create_framework [−][src]
macro_rules! create_framework {
($bot_name : expr, $($c : expr), *) => { ... };
}Expand description
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, ...)