diff --git a/Theresa3rd-Bot/Business/MYSBusiness.cs b/Theresa3rd-Bot/Business/MYSBusiness.cs index dddca489..6878f16c 100644 --- a/Theresa3rd-Bot/Business/MYSBusiness.cs +++ b/Theresa3rd-Bot/Business/MYSBusiness.cs @@ -102,7 +102,7 @@ public async Task subscribeMYSUserAsync(IMiraiHttpSession session, IGroupMessage if (subscribeGroupDao.getCountBySubscribe(args.Sender.Group.Id, dbSubscribe.Id) > 0) { - await session.SendMessageWithAtAsync(args, new PlainMessage($" 已订阅了米游社用户[{userId}]的[{Enum.GetName(typeof(MysSectionType), MysSectionType.全部)}]频道~")); + await session.SendMessageWithAtAsync(args, new PlainMessage($" 已订阅了米游社用户[{userId}]的[{Enum.GetName(typeof(MysSectionType), mysSection.Value)}]频道~")); return; }