fix google IS button
This commit is contained in:
		@@ -68,7 +68,7 @@ class RobotBotModuleConfig(TelegramBotModuleConfig):
 | 
				
			|||||||
        text += f'\n\n{file_url}'
 | 
					        text += f'\n\n{file_url}'
 | 
				
			||||||
        if update.message.photo:
 | 
					        if update.message.photo:
 | 
				
			||||||
            markup.inline_keyboard = [[
 | 
					            markup.inline_keyboard = [[
 | 
				
			||||||
                InlineKeyboardButton('Google IS', f'https://www.google.com/searchbyimage?image_url={file_url}'),
 | 
					                InlineKeyboardButton('Google IS', f'https://lens.google.com/uploadbyurl?url={file_url}'),
 | 
				
			||||||
                InlineKeyboardButton('Yandex IS', f'https://yandex.ru/images/search?rpt=imageview&url={file_url}'),
 | 
					                InlineKeyboardButton('Yandex IS', f'https://yandex.ru/images/search?rpt=imageview&url={file_url}'),
 | 
				
			||||||
                InlineKeyboardButton('SauceNao', f'https://saucenao.com/search.php?url={file_url}')
 | 
					                InlineKeyboardButton('SauceNao', f'https://saucenao.com/search.php?url={file_url}')
 | 
				
			||||||
            ]]
 | 
					            ]]
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user