Skip to content

Commit

Permalink
Update CommandHandler.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Laxuzer committed Jan 4, 2022
1 parent 20b4da1 commit 9c3cc59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base/CommandHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class CommandHandler {
}

/**
* @param {commands'|'aliases} [key]
* @param {String} [key='commands'|'aliases']
*/
toArray(key = 'commands') {
if (key == 'aliases')
Expand Down

0 comments on commit 9c3cc59

Please sign in to comment.