fix(avatar)
This commit is contained in:
parent
5a0356040d
commit
b66a584a9b
@ -24,7 +24,7 @@ class Profiles
|
||||
|
||||
let profiles = []
|
||||
response_data.forEach((profile) => {
|
||||
profiles.push(new Profile(this.client, profile.username, profile.user_id, profile.avatar_url))
|
||||
profiles.push(new Profile(this.client, profile.username, profile.user_id, profile.avatar))
|
||||
});
|
||||
return profiles;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user