Skip to content
This repository has been archived by the owner on Jan 5, 2019. It is now read-only.

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
rocka committed Oct 31, 2017
1 parent 452a001 commit 2273c7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.example.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 2273c7f

Please sign in to comment.