Fixed 'Twitch Follows' for SB v1.0.7

This commit is contained in:
nutty
2026-08-11 18:11:49 +10:00
parent 8f0857e685
commit 11d5257b7a
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -492,7 +492,7 @@ async function TwitchFollow(data) {
return;
// Set the text
const username = data.user_name;
const username = data.targetUser.name;
// Render avatars
const avatarURL = await GetAvatar(username, 'twitch');