import 'dotenv/config';
export { createBot } from './createBot';
export type { Bot, Message } from './createBot.types';
