Skip to content
Snippets Groups Projects
Commit c30d8787 authored by Yuri Ly's avatar Yuri Ly
Browse files

return tdlib

parent bb8c42d4
Branches
No related tags found
No related merge requests found
......@@ -137,7 +137,7 @@ module.exports = async (ctx) => {
quoteMessage = null
}
if (index === 0) quoteMessage = ctx.message
// if (index === 0) quoteMessage = ctx.message
if (ctx.chat.type === 'private' && !quoteMessage) break
......
const updateUser = require('./user-update')
const updateGroup = require('./group-update')
// const tdlib = require('./tdlib')
const tdlib = require('./tdlib')
const updateTopPack = require('./top-pack-update')
module.exports = {
updateUser,
updateGroup,
// tdlib,
tdlib,
updateTopPack
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment