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
1 changed files with 2 additions and 1 deletions

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);
}