5 lines
84 B
JavaScript
5 lines
84 B
JavaScript
const Telegraf = require('telegraf')
|
|
|
|
console.log({omg: 123})
|
|
|
|
console.log(Telegraf) |