feat(commands): show command suggestions if a command was not found

This commit is contained in:
dusk 2025-01-11 22:38:29 +09:00
parent ee45fca6ab
commit f0d287b873
No known key found for this signature in database
7 changed files with 58 additions and 23 deletions

View file

@ -1,5 +1,5 @@
namespace commands {
CommandResult parse_command(string input);
CommandResult parse_command(string prefix, string input);
};
[Enum]
interface CommandResult {