Skip to content

Commit

Permalink
[Chore] Restore Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ishkong authored Nov 5, 2024
1 parent 7e4457f commit 2e14449
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public async Task<OneBotResult> HandleOperation(BotContext context, JsonNode? pa
{
foreach (var (key, value) in Keys)
{
if (json[value] is JsonObject jsonObject)
if (json[value] is JsonObject jsonObject) // 神经病 (我也觉得)
{
ProcessJsonObject(jsonObject);
if (honor.Type == "all" || honor.Type == "talkative") result.TryAdd(key, jsonObject.Deserialize<JsonNode>());
Expand Down

0 comments on commit 2e14449

Please sign in to comment.