mirror of
https://github.com/tribufu/sdk-js
synced 2025-06-15 18:24:19 +00:00
11 lines
265 B
JavaScript
11 lines
265 B
JavaScript
// Copyright (c) Tribufu. All Rights Reserved.
|
|
// SPDX-License-Identifier: MIT AND Apache-2.0
|
|
|
|
import dotenv from 'dotenv';
|
|
import { TribufuBot } from '../build/index.mjs';
|
|
|
|
dotenv.config();
|
|
|
|
const bot = TribufuBot.fromEnv("TRIBUFU");
|
|
const botId = bot.getBotId();
|