Skip to content
This repository was archived by the owner on Aug 16, 2024. It is now read-only.

Commit b2f35c6

Browse files
author
Numendacil
committed
Fix encoding issues in MiraiCode.hpp
1 parent bec1557 commit b2f35c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/mirai/messages/MiraiCode.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ namespace Cyan
3939
virtual bool Set(const json& json) override
4040
{
4141
if (json["type"].is_null() || json["type"].get<string>() != this->GetType())
42-
throw std::runtime_error("¸ø¶¨µÄjson²»ÕýÈ·");
42+
throw std::runtime_error("给定的json不正确");
4343
code_ = json["code"].get<string>();
4444
return true;
4545
}

0 commit comments

Comments
 (0)