Method Responder
- Namespace
- DisCatSharp.CommandsNext.Entities
- Assembly
- DisCatSharp.CommandsNext.dll
Responder(CommandContext, CooldownBucket)
Responds to cooldown ratelimit hits with given actions.
For example you could respond with a reaction or send a dm.
Task Responder(CommandContext context, CooldownBucket cooldownBucket)
Parameters
context
CommandContextThe context.
cooldownBucket
CooldownBucketGets the current cooldown bucket.