|
|
|
@ -82,6 +82,20 @@ let commands = [
|
|
|
|
|
{color: "white", content: "meet", delay: 500},
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: "time",
|
|
|
|
|
output(){ return[
|
|
|
|
|
{color: "white", content: "your current time is: ", delay: 100},
|
|
|
|
|
{color: "blue", content: function(){return new Date().toLocaleTimeString()}(), delay: 200},
|
|
|
|
|
]}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: "date",
|
|
|
|
|
output(){ return[
|
|
|
|
|
{color: "white", content: "your current date is: ", delay: 100},
|
|
|
|
|
{color: "blue", content: function(){return new Date().toLocaleDateString()}(), delay: 200},
|
|
|
|
|
]}
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
name: ["social", "mastodon", "Mastodon", "mstdn"],
|
|
|
|
|
output:[
|
|
|
|
|