framework now supports subcommands. timer cmd working
This commit is contained in:
		@@ -295,8 +295,8 @@ async fn main() -> Result<(), Box<dyn std::error::Error + Send + Sync>> {
 | 
			
		||||
        .add_command(&info_cmds::DASHBOARD_COMMAND)
 | 
			
		||||
        .add_command(&info_cmds::CLOCK_COMMAND)
 | 
			
		||||
        // reminder commands
 | 
			
		||||
        .add_command(&reminder_cmds::TIMER_COMMAND)
 | 
			
		||||
        /*
 | 
			
		||||
        .add_command("timer", &reminder_cmds::TIMER_COMMAND)
 | 
			
		||||
        .add_command("remind", &reminder_cmds::REMIND_COMMAND)
 | 
			
		||||
        .add_command("r", &reminder_cmds::REMIND_COMMAND)
 | 
			
		||||
        .add_command("interval", &reminder_cmds::INTERVAL_COMMAND)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user