From 634cb779df0c156dcade364ba944d2da39a176e4 Mon Sep 17 00:00:00 2001 From: Nefrace Date: Wed, 7 Apr 2021 23:35:25 +0300 Subject: [PATCH] Testing comment --- index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.js b/index.js index 9e0c9be..91b5941 100644 --- a/index.js +++ b/index.js @@ -1,3 +1,5 @@ +// Testing comment + const TelegramBot = require('node-telegram-bot-api'); const mongoose = require('mongoose');