diff --git a/XiaoXiaoRoBot/Cmd/QueryGoodsUpShopPriceCmd.cs b/XiaoXiaoRoBot/Cmd/QueryGoodsUpShopPriceCmd.cs index c9f1844..0d41f04 100644 --- a/XiaoXiaoRoBot/Cmd/QueryGoodsUpShopPriceCmd.cs +++ b/XiaoXiaoRoBot/Cmd/QueryGoodsUpShopPriceCmd.cs @@ -27,7 +27,7 @@ namespace RoBot.Start.Cmd chain.FirstOrDefault(e => e is MentionEntity) is MentionEntity mention && chain.FirstOrDefault(e => e is TextEntity) is TextEntity text) { - if (forward.TargetUin == (uint)systemConfig.XiaoXiaoQQ && mention.Uin == (uint)systemConfig.BotQQ && (text.Text.Contains("查上架") || text.Text.Contains("查价格"))) + if ((text.Text.Contains("查上架") || text.Text.Contains("查价格"))) { var list = forward.Chain.Where(o => o is TextEntity);