From e0afd2fc354260bc55e5de66096d5e88d12ca11a Mon Sep 17 00:00:00 2001 From: Nefrace Date: Wed, 7 Apr 2021 23:56:49 +0300 Subject: [PATCH] Shrunk the first console.log --- index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/index.js b/index.js index 1378c8c..c034c41 100644 --- a/index.js +++ b/index.js @@ -1,8 +1,6 @@ console.log(Date.now().toLocaleString()) console.log(`========================================== - STARTING BOT - =============================================`) const TelegramBot = require('node-telegram-bot-api');