stormbytes

path.js

Jul 23rd, 2017
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. exports.__root = function () {
  2.     return __dirname
  3. }
  4.  
  5. exports.__help = function () {
  6.     return __dirname + '/help/'
  7. }
  8.  
  9. exports.__commands = function () {
  10.     return __dirname + '/commands/'
  11. }  
  12.  
  13. exports = module.exports
Advertisement
Add Comment
Please, Sign In to add comment