0.0.6 • Published 1 year ago

pxsty.transcript v0.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

pxsty.transcript

npm i pxsty.transcript
const ts = require("pxsty.transcript");
const fs = require('fs');

ts.out("Transcript Name #0001",[
    {author:"Pxsty",time:new Date().toLocaleString('tr-TR'),avatar:"https://github.com/pxsty0.png",message:"cudare",embed:false}, 
    // Normal Mesaj
    {author:"Pxsty",time:new Date().toLocaleString('tr-TR'),avatar:"https://github.com/pxsty0.png",embed:{title:"Embed titlex",description:"embed descriptionx"}} 
    // Embed Mesaj
],
html=>{
    fs.writeFileSync("./transcript.html", html)
});
// Mesajları Yukarıdaki Gibi Array Haline Getirmeniz Gerekmekte Kod Size Html Olarak Return Etmekte Kalanı Sizin Elinizde

Code is Protected by MIT License, Legal Process is Started in case of Unauthorized Sharing Kod MIT Lisansı İle Korunmaktadır İzinsiz Paylaşılması Durumunda Yasal Süreç Başlatılır

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago