mirror of
https://github.com/Tribufu/TribufuJS
synced 2026-08-07 20:06:21 +00:00
9 lines
218 B
JavaScript
9 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();
|