From 306982bdc45b05da223ac48a6057d1198fc1b5d2 Mon Sep 17 00:00:00 2001 From: smsteel Date: Mon, 11 Feb 2019 09:14:24 +0300 Subject: [PATCH] table test --- bot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.js b/bot.js index e44fa7a..b8597e6 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 'table' +import table from 'string-table' const bot = new Telegraf('643297173:AAGuqfZx3GhiiARwvY7AtWTTFw1T-2FiwCM') const markdown = TelegrafExtra.markdown()