Skip to content

Commit

Permalink
feat: add help hint for invalid stdin commands
Browse files Browse the repository at this point in the history
  • Loading branch information
eartharoid committed Oct 26, 2022
1 parent 7417005 commit 72e264d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/listeners/stdin/unknown.js
Expand Up @@ -10,6 +10,6 @@ module.exports = class extends Listener {
}

run(commandName) {
this.client.log.warn('Unknown command:', commandName);
this.client.log.warn(`Unknown command: "${commandName}"; type "help" for a list of commands`);
}
};

0 comments on commit 72e264d

Please sign in to comment.