Upgrade discord.py to 0.16.10 (#9082)

This commit is contained in:
Fabian Affolter 2017-08-22 09:24:02 +02:00 committed by Andrey
parent af8aec001c
commit 42fcaf9a75
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@ from homeassistant.components.notify import (
_LOGGER = logging.getLogger(__name__)
REQUIREMENTS = ['discord.py==0.16.8']
REQUIREMENTS = ['discord.py==0.16.10']
CONF_TOKEN = 'token'