Easily interact with the Tree Farmer API
Install with npm install treefarmer.js
and it will be installed.
/api
.import { Client } from 'treefarmer.js';
const client = new Client('API TOKEN');
const user = await client.getUser('292821168833036288');
Read the documentation for Treefarmer.js @ js.treefarmer.xyz
Feel free to contribute however, it is appreciated! Join the community server @ treefarmer.xyz/discord.
Generated using TypeDoc