test
This commit is contained in:
parent
a19f212851
commit
5062d6130d
2 changed files with 4 additions and 2 deletions
|
@ -1,2 +1,4 @@
|
|||
test
|
||||
src
|
||||
test.js
|
||||
test.ts
|
|
@ -1,5 +1,5 @@
|
|||
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();
|
||||
// console.log(await client.credits.balance(2));
|
Loading…
Reference in a new issue