Upgrade discord.py to 1.2.4 (#28054)

This commit is contained in:
Fabian Affolter 2019-10-21 13:48:08 +02:00 committed by cgtobi
parent 6c48abcaa5
commit ea1401d0b6
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
"""The discord component."""
"""The discord integration."""

View File

@ -3,7 +3,7 @@
"name": "Discord",
"documentation": "https://www.home-assistant.io/integrations/discord",
"requirements": [
"discord.py==1.2.3"
"discord.py==1.2.4"
],
"dependencies": [],
"codeowners": []

View File

@ -408,7 +408,7 @@ directpy==0.5
discogs_client==2.2.1
# homeassistant.components.discord
discord.py==1.2.3
discord.py==1.2.4
# homeassistant.components.updater
distro==1.4.0