Files
sdk-js/examples/bot.js
Guilherme Werner 81cabdd26c Update examples
2024-01-01 14:05:40 -03:00

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();