mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-11-05 12:23:09 +02:00
feat: add help hint for invalid stdin commands
This commit is contained in:
parent
7417005782
commit
72e264d04c
@ -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`);
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user