Guest User

Untitled

a guest
May 15th, 2017
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. module.exports = {
  2. username: 'xxxxx',
  3. password: 'xxxxx',
  4. sharedsecret: '',
  5. addmessage: 'Hey! Type !commands for help. This is an automatic message, knoxS can still message you.', // Message that will be sent if a user adds this bot.
  6. commands: {
  7. "!commands": ["!tradelink - Provides my tradelink to easily send an offer", "!cashrep - Provides my Cash Reputation Link", "!reddit - Provides my reddit trading threads"],
  8. "!tradelink": ["Here's my Tradelink: https://steamcommunity.com/tradeoffer/new/?partner=302124400&token=0GmJnOll"]
  9. "!cashrep": ["Here's my Cash Rep Thread: http://steamcommunity.com/groups/CSGOREPorts/discussions/5/359543951716147201/"]
  10. "!reddit": ["Here's my reddit trading threads: https://www.reddit.com/r/GlobalOffensiveTrade/search?q=author%3AsamknoxS&restrict_sr=on&sort=new&t=all"]
  11. }, // This is how you add one
  12. autofriendaccept: true, // Either true or false
  13. groupid: 0, // www.GROUPURL/memberslistxml. GroupID will show at the top.
  14. comment: ""
  15. }
Add Comment
Please, Sign In to add comment