setTimeout(()=>{createToast("Welcome",[`Today is ${moment().format('MMMM Do, YYYY')}`,`The time is ${moment().format('h:mma')}`],'#5d60ca',false,10);},1000);
setTimeout(()=>{createToast("Welcome",["Welcome to FileKade!","App by WubzyGD","Alpha/Pre-release Build"],'#5d60ca',false,10);},1300);