2
0
mirror of https://github.com/thedevs-network/the-guard-bot synced 2025-08-22 18:08:51 +00:00
the-guard-bot/bot/index.js

11 lines
161 B
JavaScript
Raw Normal View History

2017-09-21 13:57:49 +04:30
'use strict';
const Telegraf = require('telegraf');
const config = require('../config.json');
2017-09-21 13:57:49 +04:30
const bot = new Telegraf(config.token);
module.exports = bot;