v1/packages/roleypoly-bot/src/index.ts

5 lines
86 B
TypeScript

import 'dotenv/config'
import Bot from './Bot'
const B = new Bot()
B.start().catch()