mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-28 13:39:11 +00:00
5 lines
86 B
TypeScript
5 lines
86 B
TypeScript
import 'dotenv/config'
|
|
import Bot from './Bot'
|
|
|
|
const B = new Bot()
|
|
B.start().catch()
|