UNPKG
ogame-bot-api
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
0.1.0
Api to create a bot for ogame
github.com/noeRls/ogame-bot-api
noeRls/ogame-bot-api
ogame-bot-api
/
src
/
ogame-bot.ts
9 lines
(6 loc)
•
135 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
#!/usr/bin/env node
import
{ bot }
from
'./bot/bot'
;
bot
().
catch
(
e
=>
{
console
.
error
(e);
console
.
error
(
'An error occured'
); });