From fa9fa2cb894a3299034b761faa33cbf7b202a43f Mon Sep 17 00:00:00 2001 From: Him188 Date: Tue, 16 Aug 2022 11:39:15 +0800 Subject: [PATCH] [docs] Fix minor typo. Fix #2119 --- mirai-console/docs/Commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) } }