UNPKG

ogame-bot-api

Version:
9 lines (6 loc) 135 B
#!/usr/bin/env node import { bot } from './bot/bot'; bot().catch(e => { console.error(e); console.error('An error occured'); });