Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- exports.__root = function () {
- return __dirname
- }
- exports.__help = function () {
- return __dirname + '/help/'
- }
- exports.__commands = function () {
- return __dirname + '/commands/'
- }
- exports = module.exports
Advertisement
Add Comment
Please, Sign In to add comment