Skip to content

Commit

Permalink
Remove commandDir config option
Browse files Browse the repository at this point in the history
Just use addCommandDir instead, this only makes it more confusing since relative paths aren't a thing anymore
  • Loading branch information
eritbh committed Nov 20, 2017
1 parent e6a8d0f commit 5ca0a93
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Yuuko.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ class Yuuko extends Eris.Client {
console.error('Error in client:')
console.error(err)
}).on('messageCreate', this.handleMessage)

if (options.commandDir) this.addCommandDir(options.commandDir)
}

/**
Expand Down

0 comments on commit 5ca0a93

Please sign in to comment.