Skip to content

Commit

Permalink
米游社订阅,修改了一个显示问题
Browse files Browse the repository at this point in the history
  • Loading branch information
GardenHamster committed May 25, 2022
1 parent 7bd6563 commit d681378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Theresa3rd-Bot/Business/MYSBusiness.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit d681378

Please sign in to comment.