Advertisement
Guest User

Lobadzip guide | config.js

a guest
Apr 25th, 2017
1,067
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 'use strict'
  2.  
  3. module.exports = {
  4.  
  5.     steam : {
  6.         username: '',            
  7.         password: '',
  8.         twoFactorCode: '',
  9.         identity_secret: '',
  10.         botname: '',
  11.         refreshInterval: 10000,
  12.     },
  13. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement