瀏覽代碼

fix: console watermark stuff

Sv443 1 年之前
父節點
當前提交
f21ef51ad7
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/index.ts

+ 2 - 1
src/index.ts

@@ -53,10 +53,11 @@ import {
   );
   console.log([
     "Powered by:",
-    "─ Lots of ambition",
+    "─ Lots of ambition and dedication",
     `─ My song metadata API: ${geniUrlBase}`,
     "─ My userscript utility library: https://github.com/Sv443-Network/UserUtils",
     "─ This tiny event listener library: https://github.com/ai/nanoevents",
+    "─ This markdown parser library: https://github.com/markedjs/marked",
   ].join("\n"));
   console.log();
 }