table test

This commit is contained in:
smsteel 2019-02-11 09:14:24 +03:00
parent 1f2b13c161
commit 306982bdc4

2
bot.js
View File

@ -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()