bots: Rename BotHandlerApi object client to bot_handler.
				
					
				
			This commit is contained in:
		
							parent
							
								
									c193443541
								
							
						
					
					
						commit
						fcb4cf6721
					
				
					 24 changed files with 91 additions and 91 deletions
				
			
		|  | @ -11,8 +11,8 @@ class HelpHandler(object): | |||
|             your Zulip instance. | ||||
|             ''' | ||||
| 
 | ||||
|     def handle_message(self, message, client, state_handler): | ||||
|     def handle_message(self, message, bot_handler, state_handler): | ||||
|         help_content = "Info on Zulip can be found here:\nhttps://github.com/zulip/zulip" | ||||
|         client.send_reply(message, help_content) | ||||
|         bot_handler.send_reply(message, help_content) | ||||
| 
 | ||||
| handler_class = HelpHandler | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Robert Hönig
						Robert Hönig