Shrunk the first console.log
This commit is contained in:
parent
9e04df77ea
commit
e0afd2fc35
2
index.js
2
index.js
|
@ -1,8 +1,6 @@
|
||||||
console.log(Date.now().toLocaleString())
|
console.log(Date.now().toLocaleString())
|
||||||
console.log(`==========================================
|
console.log(`==========================================
|
||||||
|
|
||||||
STARTING BOT
|
STARTING BOT
|
||||||
|
|
||||||
=============================================`)
|
=============================================`)
|
||||||
|
|
||||||
const TelegramBot = require('node-telegram-bot-api');
|
const TelegramBot = require('node-telegram-bot-api');
|
||||||
|
|
Loading…
Reference in New Issue