Files
sdk-js/examples/bot.js
2024-01-01 00:41:51 -03:00

10 lines
199 B
JavaScript

// Copyright (c) Tribufu. All Rights Reserved.
import dotenv from 'dotenv';
import { TribufuBot } from '../build';
dotenv.config();
const bot = TribufuBot.fromEnv();
const botId = bot.getBotId();