mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-11-17 09:23:07 +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) {
|
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