mirror of
https://github.com/tribufu/sdk-js
synced 2025-06-16 18:44:18 +00:00
10 lines
218 B
JavaScript
10 lines
218 B
JavaScript
// Copyright (c) Tribufu. All Rights Reserved.
|
|
|
|
import dotenv from 'dotenv';
|
|
import { TribufuBot } from '../build/index.mjs';
|
|
|
|
dotenv.config();
|
|
|
|
const bot = TribufuBot.fromEnv("TRIBUFU");
|
|
const botId = bot.getBotId();
|