stormbytes

paths.js

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