Uses of Interface
dev.sympho.modular_commands.execute.PrefixProvider
Packages that use PrefixProvider
Package
Description
Runtime system for executing commands defined through the API.
-
Uses of PrefixProvider in dev.sympho.modular_commands.execute
Classes in dev.sympho.modular_commands.execute that implement PrefixProviderModifier and TypeClassDescriptionfinal recordPrefix provider that allows prefix overrides per guild while falling back to a default construction-time prefix if no override.final recordPrefix provider that only uses a static prefix determined at construction time.Constructors in dev.sympho.modular_commands.execute with parameters of type PrefixProviderModifierConstructorDescriptionMessageCommandExecutor(GatewayDiscordClient client, Registry registry, AccessManager accessManager, io.micrometer.core.instrument.MeterRegistry meters, io.micrometer.observation.ObservationRegistry observations, PrefixProvider prefixProvider, AliasProvider aliases) Creates a new instance.