style: format

This commit is contained in:
dusk 2025-01-14 11:56:02 +09:00
parent 300539fdda
commit 50981c1750
No known key found for this signature in database

View file

@ -225,7 +225,7 @@ pub fn parse_command(prefix: String, input: String) -> CommandResult {
return CommandResult::Ok {
command: ParsedCommand {
command_ref: command.cb.into(),
params,
params,
flags,
},
};