diff --git a/mirai-console/docs/Commands.md b/mirai-console/docs/Commands.md index 88953a23b..cd9ddada3 100644 --- a/mirai-console/docs/Commands.md +++ b/mirai-console/docs/Commands.md @@ -353,7 +353,7 @@ object CustomBooleanParser : CommandValueArgumentParser { if (raw is Image && raw.imageId == "{A7CBB529-43A2-127C-E426-59D29BAA8515}.jpg") { return true } - return super.parse(message, sender) + return super.parse(raw, sender) } }