From 87eadcc9fa89652ccba20214914c56cb5f42d6a2 Mon Sep 17 00:00:00 2001 From: "jkliao.tw" Date: Tue, 7 Jul 2020 12:23:14 +0800 Subject: [PATCH] Update tg.js --- src/tg.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tg.js b/src/tg.js index 3ce6c77..f95de84 100644 --- a/src/tg.js +++ b/src/tg.js @@ -5,7 +5,7 @@ const HttpsProxyAgent = require('https-proxy-agent') const { db } = require('../db') const { gen_count_body, validate_fid, real_copy, get_name_by_id } = require('./gd') -const { AUTH, DEFAULT_TARGET, USE_PERSONAL_AUTH } = require('../config') +const { AUTH, DEFAULT_TARGET, USE_PERSONAL_AUTH, BUTTON_LEVEL } = require('../config') const { tg_token } = AUTH const gen_link = (fid, text) => `${text || fid}`