From 5e854543482879c22c1d8d73ce0bdc71f11e1d03 Mon Sep 17 00:00:00 2001 From: Dylan Date: Tue, 2 Jun 2020 15:44:43 -0400 Subject: [PATCH] attempting to add youtube..? --- update.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/update.js b/update.js index 5f296fe..4531d2c 100644 --- a/update.js +++ b/update.js @@ -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); }