safesupport-bot/src/index.js

7 lines
99 B
JavaScript
Raw Normal View History

2020-03-16 03:30:00 +00:00
require('dotenv').config()
2020-02-23 18:58:09 +00:00
2020-03-16 03:30:00 +00:00
import OcrccBot from './bot'
2020-02-23 18:58:09 +00:00
const bot = new OcrccBot();
bot.start();