This commit is contained in:
Akshit Garg 2019-02-11 22:40:04 +05:30
parent 29efedffc6
commit f6590b9ecf
1 changed files with 1 additions and 1 deletions

2
bot.js
View File

@ -1,7 +1,7 @@
const Telegraf = require("telegraf");
const { BOT_API_KEY } = process.env;
const fs = require("fs").promises;
const commands = require("./command/random");
const commands = require("./commands/random");
const bot = new Telegraf(BOT_API_KEY);