This commit is contained in:
2022-01-27 16:39:45 -06:00
commit 945b0967f9
9 changed files with 3539 additions and 0 deletions

5
src/index.ts Normal file
View File

@@ -0,0 +1,5 @@
import { getPlayer } from "./api";
(async () => {
console.log(await getPlayer('asldhasuhdbla'));
})()