Skip to content

Commit

Permalink
fix 修正 CHECKEVENT 命令
Browse files Browse the repository at this point in the history
  • Loading branch information
chr233 committed Nov 23, 2022
1 parent 398971c commit 449bbff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions ASFEnhance/ASFEnhance.cs
Original file line number Diff line number Diff line change
Expand Up @@ -324,10 +324,6 @@ private async Task<string> ResponseCommand(Bot bot, EAccess access, string messa
case "DL2" when access >= EAccess.Operator:
return await Event.Command.ResponseDL2(Utilities.GetArgsAsText(args, 1, ",")).ConfigureAwait(false);

case "CHECKEVENT" when access >= EAccess.Operator:
case "CE" when access >= EAccess.Operator:
return await Event.Command.ResponseCheckEventBadge(bot).ConfigureAwait(false);

case "CHECKEVENT" when access >= EAccess.Operator:
case "CE" when access >= EAccess.Operator:
return await Event.Command.ResponseCheckEventBadge(Utilities.GetArgsAsText(args, 1, ",")).ConfigureAwait(false);
Expand Down
4 changes: 2 additions & 2 deletions ASFEnhance/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
using System.Reflection;

[assembly: CLSCompliant(false)]
[assembly: AssemblyVersion("1.6.19.2")]
[assembly: AssemblyFileVersion("1.6.19.2")]
[assembly: AssemblyVersion("1.6.19.3")]
[assembly: AssemblyFileVersion("1.6.19.3")]

[assembly: AssemblyCopyright("Copyright © 2022 Chr_")]
[assembly: AssemblyProduct("ASFEnhance")]
Expand Down

0 comments on commit 449bbff

Please sign in to comment.