diff --git a/modules/Entertainment/Handler/Fun/AbstractAnimationReply.cs b/modules/Entertainment/Handler/Fun/AbstractAnimationReply.cs index 8de1599..4ffbf7e 100644 --- a/modules/Entertainment/Handler/Fun/AbstractAnimationReply.cs +++ b/modules/Entertainment/Handler/Fun/AbstractAnimationReply.cs @@ -53,7 +53,7 @@ namespace West.Entertainment.Handler.Fun var lastUseOption = await GetLastUseOption(); if (animationFileId.IsNullOrEmpty() - || !AnimationMatch.IsMatch(Message!.Text!) + || !AnimationMatch.IsMatch(Message!.Text!.ToLower()) || !CanHandle() || lastUseOption.GetValue() > DateTime.Now) return false;