mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-14 17:50:13 +00:00
refactor(commands): remove args from parse command as it is no longer used anymore
This commit is contained in:
parent
58b5a26eca
commit
a21210f3ce
3 changed files with 0 additions and 7 deletions
|
|
@ -18,7 +18,6 @@ interface Parameter {
|
|||
};
|
||||
dictionary ParsedCommand {
|
||||
string command_ref;
|
||||
sequence<string> args;
|
||||
record<string, Parameter> params;
|
||||
record<string, string?> flags;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue