Table of Contents

Method Responder

Namespace
DisCatSharp.ApplicationCommands.Entities
Assembly
DisCatSharp.ApplicationCommands.dll

Responder(BaseContext, CooldownBucket)

Responds to cooldown ratelimit hits with given response.

Task Responder(BaseContext context, CooldownBucket cooldownBucket)

Parameters

context BaseContext

The context.

cooldownBucket CooldownBucket

Gets the current cooldown bucket.

Returns

Task