mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-28 05:29:11 +00:00
5 lines
64 B
JavaScript
5 lines
64 B
JavaScript
// @flow
|
|
import Bot from './Bot'
|
|
|
|
const B = new Bot()
|
|
B.start()
|