telegram-image-uploader-bot/index.js

3 lines
75 B
JavaScript

const botEngine = require('./botEngine');
botEngine.runBot(process.argv);