mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-25 20:19:12 +00:00
6 lines
87 B
JavaScript
6 lines
87 B
JavaScript
// @flow
|
|
import 'dotenv/config'
|
|
import Bot from './Bot'
|
|
|
|
const B = new Bot()
|
|
B.start()
|