Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
chr233 committed Aug 15, 2023
1 parent 6f408be commit 2168e14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.1.5.3</Version>
<Version>2.1.5.4</Version>
</PropertyGroup>

<PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion XinjingdailyBot.Command/SuperCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ async Task<string> exec()
/// <param name="message"></param>
/// <param name="args"></param>
/// <returns></returns>
[TextCmd("CREATEAD", Alias = "NEWAD", EUserRights.SuperCmd, Description = "新建广告")]
[TextCmd("CREATEAD", EUserRights.SuperCmd, Alias = "NEWAD", Description = "新建广告")]
public async Task ResponseCreateAd(Message message)
{
var replyMsg = message.ReplyToMessage;
Expand Down

0 comments on commit 2168e14

Please sign in to comment.