Package kboyle.oktane.discord4j.prefix
Interface DiscordPrefixHandler
- All Superinterfaces:
PrefixHandler
-
Method Summary
Modifier and TypeMethodDescriptiondefault reactor.core.publisher.Mono<Collection<Prefix>>
get(CommandContext context)
Gets thePrefix
's for the givenCommandContext
.reactor.core.publisher.Mono<Collection<Prefix>>
get(DiscordCommandContext context)
Methods inherited from interface kboyle.oktane.core.PrefixHandler
find
-
Method Details
-
get
-
get
Description copied from interface:PrefixHandler
Gets thePrefix
's for the givenCommandContext
.- Specified by:
get
in interfacePrefixHandler
- Parameters:
context
- The current executionCommandContext
.- Returns:
- A collection of
Prefix
's.
-