No response for image rate limits

This commit is contained in:
barelyprofessional
2026-02-28 15:46:23 -06:00
parent 7770dc99ed
commit 0f7e75ec91

View File

@@ -162,7 +162,7 @@ public class GetRandomImage : ICommand
{
Window = TimeSpan.FromSeconds(30),
MaxInvocations = 7,
Flags = RateLimitFlags.UseEntireMessage
Flags = RateLimitFlags.UseEntireMessage | RateLimitFlags.NoResponse
};
public async Task RunCommand(ChatBot botInstance, MessageModel message, UserDbModel user, GroupCollection arguments,
CancellationToken ctx)