Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' into main
  • Loading branch information
Controllerdestiny authored Jun 7, 2024
commit 0c90b2a2e4d0fe13ee8e7954d5ceceb283d637aa
12 changes: 12 additions & 0 deletions CaiBot/MessageHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
//恋恋的TShock插件模板,有改动(为了配合章节名)
//来自棱镜的插件教程

using System;
using System.Collections.Generic;
using System.Net.WebSockets;
using System.Reflection;
using System.Runtime.ConstrainedExecution;
using System.Runtime.InteropServices;
using System.Security.Cryptography;
using System.Text;
using CaiBot;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using NuGet.Protocol;
using Rests;
Expand Down Expand Up @@ -574,6 +584,8 @@ public static async Task HandleMessageAsync(string receivedData)
itemList.Add(new List<int>() { i.NetId, i.Stack });
}
buffs = CaiBot.Utils.GetActiveBuffs(TShock.DB, acc.ID, acc.Name);

#endregion
re = new RestObject
{
{ "type","lookbag" },
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.