This commit is contained in:
Lukian LEIZOUR 2022-11-20 11:58:11 +01:00
parent 6a7cf45a51
commit 70e2f7a8aa

1
app.js
View file

@ -1,7 +1,6 @@
const { Telegraf } = require('telegraf');
const google = require('googlethis');
const fs = require('fs');
const { assert } = require('console');
//bot initialization
const bot = new Telegraf(process.env.TELEGRAM);