mirror of
https://github.com/tribufu/sdk-js
synced 2025-06-16 10:44:17 +00:00
10 lines
199 B
JavaScript
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();
|