diff --git a/profiles/twitch/component.py b/profiles/twitch/component.py index 51e4608..d539d6b 100644 --- a/profiles/twitch/component.py +++ b/profiles/twitch/component.py @@ -51,6 +51,8 @@ class ProfilesComponent(cmds.Component): args['avatar'] = user.profile_image.url except twitchio.HTTPException: pass + except IndexError: + pass profile = await UserProfile.create(**args) await TwitchProfileLink.create(profileid=profile.profileid, userid=userid) elif touch: