Created
June 6, 2020 04:19
-
-
Save maail/ef357e7906801b29151bba4dd2028d3c to your computer and use it in GitHub Desktop.
index.js top
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const functions = require('firebase-functions') | |
const { Telegraf } = require('telegraf') | |
const bot = new Telegraf(functions.config().bot.token) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment