Fixed typo...
That's kinda embarrasing
This commit is contained in:
		
							parent
							
								
									86e94ec3d0
								
							
						
					
					
						commit
						84087570c3
					
				@ -39,6 +39,6 @@ bot.dialog('/', new builder.IntentDialog()
 | 
				
			|||||||
    .matches(helper.regex("memes"), function(s) {cmd.memes(s)})
 | 
					    .matches(helper.regex("memes"), function(s) {cmd.memes(s)})
 | 
				
			||||||
    .matches(helper.regex("debug"), function(s) {cmd.debug(s)})
 | 
					    .matches(helper.regex("debug"), function(s) {cmd.debug(s)})
 | 
				
			||||||
    .onDefault(function(session) {
 | 
					    .onDefault(function(session) {
 | 
				
			||||||
        console2.log(session);
 | 
					        console.log(session);
 | 
				
			||||||
        session.send("I didn't understand. Say 'help' to get a list of commands!");
 | 
					        session.send("I didn't understand. Say 'help' to get a list of commands!");
 | 
				
			||||||
    }));
 | 
					    }));
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user