From 2d9b57414af6cfbd658de0649a156effa298416c Mon Sep 17 00:00:00 2001 From: smsteel Date: Mon, 11 Feb 2019 09:11:50 +0300 Subject: [PATCH] table test --- bot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.js b/bot.js index 03343e7..031dace 100644 --- a/bot.js +++ b/bot.js @@ -9,7 +9,7 @@ import { } from './types' import { currentTime } from './utility' import { getEntityDeathMessage, getEntityName } from './ru' -import table from '1table' +import table from 'table' const bot = new Telegraf('643297173:AAGuqfZx3GhiiARwvY7AtWTTFw1T-2FiwCM') const markdown = TelegrafExtra.markdown()