1
0
Fork 0
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:
Dylan H 2020-06-02 15:44:43 -04:00 committed by GitHub
parent 1092195636
commit 5e85454348
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,8 @@ async function updateCommand() {
steam: data[0].steam,
telegram: data[0].telegram,
twitter: data[0].twitter,
xda: data[0].xda
xda: data[0].xda,
youtube: data[0].youtube
};
updateHTML(username, opts);
}