Adds a main function static/script.js

This commit is contained in:
Ariana Giroux 2022-07-24 14:14:10 -06:00
parent 97bc440ea0
commit 90677ec4e3
1 changed files with 7 additions and 0 deletions

View File

@ -25,3 +25,10 @@ async function updateStreamTitle() {
const data = await response.json()
return data
}
async function Main() {
// console.log(await updateStreamTitle())
// console.log(await uiUpdate())
}
Main()