mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04: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),
|
Window = TimeSpan.FromSeconds(30),
|
||||||
MaxInvocations = 7,
|
MaxInvocations = 7,
|
||||||
Flags = RateLimitFlags.UseEntireMessage
|
Flags = RateLimitFlags.UseEntireMessage | RateLimitFlags.NoResponse
|
||||||
};
|
};
|
||||||
public async Task RunCommand(ChatBot botInstance, MessageModel message, UserDbModel user, GroupCollection arguments,
|
public async Task RunCommand(ChatBot botInstance, MessageModel message, UserDbModel user, GroupCollection arguments,
|
||||||
CancellationToken ctx)
|
CancellationToken ctx)
|
||||||
|
|||||||
Reference in New Issue
Block a user