Coded
This commit is contained in:
		@@ -179,8 +179,8 @@ module.exports = function(arr){
 | 
			
		||||
				});
 | 
			
		||||
			},
 | 
			
		||||
			action : (bot,event,data)=>{
 | 
			
		||||
				return event.editMessageText("Running timer of "+parseInt(data)+" minutes !", {"parse_mode":"Markdown"});
 | 
			
		||||
				wait(parseInt(data)).then((res)=>{
 | 
			
		||||
				event.editMessageText("Running timer of "+parseInt(data)+" minutes !", {"parse_mode":"Markdown"}).catch(err=>bot.error(err));
 | 
			
		||||
				return wait(parseInt(data)).then((res)=>{
 | 
			
		||||
					return event.reply("Times Up !");
 | 
			
		||||
				}).catch(err=>{
 | 
			
		||||
					bot.error(err);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user