2
0
mirror of https://github.com/thedevs-network/the-guard-bot synced 2025-08-29 05:07:49 +00:00
the-guard-bot/bot/index.js
2017-10-06 18:35:53 +02:00

11 lines
161 B
JavaScript

'use strict';
const Telegraf = require('telegraf');
const config = require('../config.json');
const bot = new Telegraf(config.token);
module.exports = bot;