mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-04-30 03:22:04 -04:00
No response for image rate limits
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user