This commit is contained in:
KillerBossOriginal 2023-12-04 19:22:51 +01:00
parent a19f212851
commit 5062d6130d
2 changed files with 4 additions and 2 deletions

View file

@ -1,2 +1,4 @@
test test
src src
test.js
test.ts

View file

@ -1,5 +1,5 @@
import TNC from "./index.js"; import TNC from "./index.js";
let client = new TNC({ customURL: "http://localhost:9999", token: "3Wi7CcCZyTdBWHZMhjB0BXvkScJKQq5W0CvMUYvnJUKhiuj2TpNMYd3JRbQe6MCR" }); let client = new TNC({ customURL: "http://localhost:9999", token: "" });
client.connect(); client.connect();
// console.log(await client.credits.balance(2)); // console.log(await client.credits.balance(2));