Skip to content

Commit

Permalink
refactor(trader): remove obsolete comment about editing preferences
Browse files Browse the repository at this point in the history
add to .env.example instead
  • Loading branch information
TheJoeSchr committed Feb 2, 2021
1 parent fdf7041 commit 9a5b806
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 6 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# //////////////////////////////////////////////////////////////////////////////////
# //////////////////////////////////////////////////////////////////////////////////
# // PLEASE EDIT PREFERENCES BELOW
# //////////////////////////////////////////////////////////////////////////////////
# //////////////////////////////////////////////////////////////////////////////////

BINANCE_API_KEY=editme
BINANCE_SECRET_KEY=editme
BVA_API_KEY=editme
6 changes: 0 additions & 6 deletions trader.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ const nodemailer = require('nodemailer')
//const TeleBot = require('telebot')
const env = require('./env')

//////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////
// PLEASE EDIT PREFERENCES BELOW
//////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////

const bva_key = env.BVA_API_KEY
//const telegramToken = 'replaceWith:your_BOT_token' //BOT TOKEN -> ask BotFather Please if not use set default value to->> replaceWith:your_BOT_token
//const telChanel = -12345678910 //Replace with your Chanel ID. Type /chanel in your telegram chanel
Expand Down

0 comments on commit 9a5b806

Please sign in to comment.