From f6590b9ecfae5019183ca46f2909c3a84a42768b Mon Sep 17 00:00:00 2001 From: Akshit Garg Date: Mon, 11 Feb 2019 22:40:04 +0530 Subject: [PATCH] Fix Typo --- bot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.js b/bot.js index 6cea31f..82c7fa8 100644 --- a/bot.js +++ b/bot.js @@ -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);