mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
integrations: Remove disabled googlesearch integration.
This was moved to another part of the python-zulip-api codebase because it was unfinished.
This commit is contained in:
@@ -440,7 +440,6 @@ INTEGRATIONS = {
|
||||
BOT_INTEGRATIONS = [
|
||||
BotIntegration('github_detail', ['version-control', 'bots'],
|
||||
display_name='GitHub Detail'),
|
||||
BotIntegration('googlesearch', ['bots'], display_name='Google Search'),
|
||||
BotIntegration('xkcd', ['bots', 'misc'], display_name='xkcd'),
|
||||
] # type: List[BotIntegration]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user