LordBoos / discord_game

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

Info about other bots not working since v6 #62

Open richard-kramer opened 3 months ago

richard-kramer commented 3 months ago

After upgrading to v6, adding another bot as watched user leads to all device entities being in state "unknown". I'm using the integration to e.g. detect when our Music-Bot is inside a channel, but that's unfortunately not possible anymore.

Maybe something was dropped during this major update, which made the integration work with other bots?

States for normal discord users seem to work fine and (as far as I can judge) look correct.

Rolling back to v5 makes everything work again, so it should not be an issue with discord itself.

LordBoos commented 2 months ago

This might be caused by NextCord API update, v6 uses 2.6.0 while v5 uses 2.50. Needs further investigation.