mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-14 09:40:10 +00:00
feat(commands): show command suggestions if a command was not found
This commit is contained in:
parent
ee45fca6ab
commit
f0d287b873
7 changed files with 58 additions and 23 deletions
|
|
@ -1,5 +1,5 @@
|
|||
namespace commands {
|
||||
CommandResult parse_command(string input);
|
||||
CommandResult parse_command(string prefix, string input);
|
||||
};
|
||||
[Enum]
|
||||
interface CommandResult {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue