File tree Expand file tree Collapse file tree 5 files changed +5
-2
lines changed Expand file tree Collapse file tree 5 files changed +5
-2
lines changed Original file line number Diff line number Diff line change
1
+ REPORT_NUMBER = " "
Original file line number Diff line number Diff line change 1
1
node_modules /
2
2
** /session.json
3
+ * .env
Original file line number Diff line number Diff line change
1
+ require ( 'dotenv' ) . config ( ) ;
1
2
const { Alice } = require ( './src/Alice' ) ;
2
3
const build = require ( './src/build' ) ;
3
4
Original file line number Diff line number Diff line change 1
1
const { chattools } = require ( '../utils' ) ;
2
2
3
- const myID = chattools . userID ( '+55 11 96734-3809' ) ;
3
+ const myID = chattools . userID ( process . env . REPORT_NUMBER ) ;
4
4
const strings = {
5
5
defaultMessage : `
6
6
uso: _!report [--flag] [descrição]_
Original file line number Diff line number Diff line change 1
1
const { chattools } = require ( '../utils' ) ;
2
2
3
- const myID = chattools . userID ( '+55 11 96734-3809' ) ;
3
+ const myID = chattools . userID ( process . env . REPORT_NUMBER ) ;
4
4
const defaultMessage = `
5
5
uso: _!suggest [--flag] [sugestão]_
6
6
You can’t perform that action at this time.
0 commit comments