mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-09-01 16:31:25 +03:00
feat: add help hint for invalid stdin commands
This commit is contained in:
@@ -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`);
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user