v1/packages/roleypoly-bot/index.js

5 lines
64 B
JavaScript

// @flow
import Bot from './Bot'
const B = new Bot()
B.start()