integrations: Update xkcd logo.

This commit is contained in:
synicalsyntax
2019-02-16 15:29:14 -08:00
parent ec866844ac
commit d6483a99d0
2 changed files with 2 additions and 1 deletions

View File

@@ -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 = [