Versions in this module Expand all Collapse all v1 v1.1.0 Jun 28, 2020 v1.0.0 May 11, 2020 Changes in this version + var ErrChannelNotNSFW = errors.New("this command can only be used in an NSFW channel") + var ErrOnCooldown = errors.New("command is on cooldown") + func CatchReply(message string) func(ctx *router.Context) + func Permission(permission int) router.MiddlewareFunc + func RequireNSFW(catch CatchFunc) router.MiddlewareFunc + type CatchFunc func(ctx *router.Context)