diff --git a/static/images/integrations/logos/xkcd.png b/static/images/integrations/logos/xkcd.png new file mode 100644 index 0000000000..39fde01866 Binary files /dev/null and b/static/images/integrations/logos/xkcd.png differ diff --git a/zerver/lib/integrations.py b/zerver/lib/integrations.py index 10c6abc73f..649fd8a5da 100644 --- a/zerver/lib/integrations.py +++ b/zerver/lib/integrations.py @@ -463,7 +463,8 @@ INTEGRATIONS = { BOT_INTEGRATIONS = [ BotIntegration('github_detail', ['version-control', 'bots'], display_name='GitHub Detail'), - BotIntegration('xkcd', ['bots', 'misc'], display_name='xkcd'), + BotIntegration('xkcd', ['bots', 'misc'], display_name='xkcd', + logo='static/images/integrations/logos/xkcd.png'), ] # type: List[BotIntegration] HUBOT_INTEGRATIONS = [