fix: 小小 药材价格查询 秘境通知修复
This commit is contained in:
@@ -46,7 +46,7 @@ namespace NapCatRobotClient.Service.Group.TextProcess
|
||||
if (string.IsNullOrWhiteSpace(groupMsg)) return false;
|
||||
|
||||
List<GoodsInfo> goods = new();
|
||||
if (groupMsg.Contains("道友的灵田还不能收取")|| groupMsg.Contains("道友的灵田灵气未满"))
|
||||
if (groupMsg.Contains("道友的灵田还不能收取") || groupMsg.Contains("道友的灵田灵气未满"))
|
||||
{
|
||||
double ts = ConvertLastTime(groupMsg);
|
||||
if (ts > 0)
|
||||
|
||||
Reference in New Issue
Block a user