Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
chr233 committed May 14, 2023
1 parent f588f59 commit 203b06b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>2.0.25.1</Version>
<Version>2.0.25.2</Version>
</PropertyGroup>

<PropertyGroup>
Expand Down
12 changes: 6 additions & 6 deletions XinjingdailyBot.Command/AdminCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1333,12 +1333,12 @@ public async Task QResponseNuke(Users dbUser, CallbackQuery callbackQuery, strin
/// <param name="dbUser"></param>
/// <param name="args"></param>
/// <returns></returns>
[QueryCmd("REPOST", UserRights.AdminCmd)]
public async Task QResponseRepost(Users dbUser, CallbackQuery callbackQuery, string[] args)
{
//TODO
_logger.LogInformation(args.ToString());
}
//[QueryCmd("REPOST", UserRights.AdminCmd)]
//public async Task QResponseRepost(Users dbUser, CallbackQuery callbackQuery, string[] args)
//{
// //TODO
// _logger.LogInformation(args.ToString());
//}


}
Expand Down
2 changes: 1 addition & 1 deletion XinjingdailyBot.Tasks/PostAdvertiseTask.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace XinjingdailyBot.Tasks
/// <summary>
/// 发布广告
/// </summary>
[Job("0 0 19 * * ?")]
[Job("0 0 09 * * ?")]
public class PostAdvertiseTask : IJob
{
private readonly ILogger<PostAdvertiseTask> _logger;
Expand Down

0 comments on commit 203b06b

Please sign in to comment.