safesupport-bot/dist/index.js

10 lines
242 B
JavaScript
Raw Normal View History

2020-03-16 18:41:56 +00:00
"use strict";
var _bot = _interopRequireDefault(require("./bot"));
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
require('dotenv').config();
var bot = new _bot["default"]();
bot.start();