mirror of
https://github.com/dilllxd/gitfolio.git
synced 2024-08-14 22:28:09 +00:00
attempting to add youtube..?
This commit is contained in:
parent
1092195636
commit
5e85454348
1 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,8 @@ async function updateCommand() {
|
||||||
steam: data[0].steam,
|
steam: data[0].steam,
|
||||||
telegram: data[0].telegram,
|
telegram: data[0].telegram,
|
||||||
twitter: data[0].twitter,
|
twitter: data[0].twitter,
|
||||||
xda: data[0].xda
|
xda: data[0].xda,
|
||||||
|
youtube: data[0].youtube
|
||||||
};
|
};
|
||||||
updateHTML(username, opts);
|
updateHTML(username, opts);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue