mirror of
https://github.com/Tribufu/TribufuJS
synced 2026-08-07 11:56:20 +00:00
9 lines
236 B
JavaScript
9 lines
236 B
JavaScript
// Copyright (c) Tribufu. All Rights Reserved.
|
|
|
|
import dotenv from 'dotenv';
|
|
import { TribufuClient } from '../build/index.mjs';
|
|
|
|
dotenv.config();
|
|
|
|
const client = TribufuClient.fromEnv("TRIBUFU");
|
|
const clientId = client.getClientId();
|