Skip to content

Commit

Permalink
added aliases in to command object
Browse files Browse the repository at this point in the history
  • Loading branch information
lakshanban committed May 11, 2021
1 parent bf9c084 commit 6b1eb41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Expand Up @@ -69,7 +69,8 @@ class Jarvis {
help: help,
tokens: parseCommand(command),
patterns,
description
description,
aliases
});
}

Expand Down

0 comments on commit 6b1eb41

Please sign in to comment.