Package com.github.kaktushose.jda.commands.dispatching.middleware.impl
package com.github.kaktushose.jda.commands.dispatching.middleware.impl
Implementations of commonly used Middlewares, such as permissions or cooldown handling.
-
ClassesClassDescriptionA
Middleware
implementation that will check the parameter constraints aSlashCommandDefinition
might have.AMiddleware
implementation that contains the business logic behind command cooldowns.AMiddleware
implementation that will check permissions.