LordBoos / discord_game

Home Assistant custom component to get online and game status of Discord users
MIT License
56 stars 7 forks source link

discord.py archived & dependency issues #39

Closed xiidoz closed 2 years ago

xiidoz commented 2 years ago

discord.py has been archived: gist by the developer. With the release of 2022.3.0 home assistant has moved to nextcord, a fork of discord.py, see https://github.com/home-assistant/core/pull/66540. This also results in a dependency issue: Unable to install package discord.py==1.5.1: ERROR: Cannot install discord-py==1.5.1 because these package versions have conflicting dependencies.

LordBoos commented 2 years ago

Thank you for reporting and also fixing the issue. I'm going to merge it right away.