Fixed kinda broken regex
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			This commit is contained in:
		| @@ -18,7 +18,7 @@ class TurtleHandler(BaseHandler): | ||||
|     def __init__(self): | ||||
|         self.entry_string = "Variation of hallo" | ||||
|         self.handler = MessageHandler( | ||||
|             filters.Regex(r"[hH]([aA]+|[eE]+)[lL]{2,}[oOöÖ]+(le)?|(chen)") | | ||||
|             filters.Regex(r"[hH]([aA]+|[eE]+)[lL]{2,}[oOöÖ]+(le|chen)?") | | ||||
|             # react to hello strings | ||||
|             filters.Regex(b"\xF0\x9F\x90\xA2".decode("utf8")) | | ||||
|             # react to turtle emoji | ||||
|   | ||||
		Reference in New Issue
	
	Block a user