From 2273c7fd73b29e7d8288d3ddf87d3d06d20f6f74 Mon Sep 17 00:00:00 2001 From: rocka Date: Wed, 1 Nov 2017 00:04:29 +0800 Subject: [PATCH] reformat --- config.example.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.example.js b/config.example.js index dfdcb9f..f682c79 100644 --- a/config.example.js +++ b/config.example.js @@ -10,11 +10,11 @@ module.exports = { tg: { // Use proxy to connect telegram. Support `socks:` and `socks5:` // Fill it with `null` if you do not want to use proxy - proxy: 'socks5://127.0.0.1:1080' + proxy: 'socks5://127.0.0.1:1080', // Telegram bot token bot_token: '123456:ABCdef_ghiJKLmnOPQrstu-vw', // Bot Manager ID, for receiving QR Codes - manager_id: 000000000, + manager_id: 123456789, // function to transform msg from QQ, you can use markdown in output // arguments: // msg: { name: string; content: string; groupName: string }