Trusty-cogs
Trusty-cogs copied to clipboard
Set follow doesnt work
!twitch setfollow snowchickengod <#743265787950792715>
Error in command 'twitch setfollow'. Check your console or logs for details.
[2023-10-27 02:23:28] [ERROR] red: Exception in command 'twitch setfollow' Traceback (most recent call last): File "/data/venv/lib/python3.11/site-packages/discord/ext/commands/core.py", line 235, in wrapped ret = await coro(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/data/cogs/CogManager/cogs/twitch/twitch.py", line 156, in set_follow followers, total = await self.get_all_followers(profile.id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/data/cogs/CogManager/cogs/twitch/twitch_api.py", line 167, in get_all_followers follows = [x["from_id"] for x in data["data"]] ~~~~^^^^^^^^ KeyError: 'data'