mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-18 19:50:58 -04:00
Fixed 'Twitch Follows' for SB v1.0.7
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user