-
Notifications
You must be signed in to change notification settings - Fork 148
Open
Description
I'd like to display a streamer's Sendou.ink profile on the Twitch extension. I essentially want to recreate this part of the profile page as shown below.
Currently I have no way to grab a user's team information. I'd also preferably like to showcase the user's SendouQ rank on the profile page, so if possible a field for that would be great too. Overall, I'd appreciate the following fields:
teamName: string | null;
teamUrl: string | null;
teamRole: string | null;
rank: string | null; // However the SendouQ rankings are stored(Leviathan, Leviathan+, etc. Exact number not needed)
Metadata
Metadata
Assignees
Labels
No labels