Interface PluginBootstrap


  • public interface PluginBootstrap
    Configures and creates a plugin.
    • Method Detail

      • setup

        reactor.core.publisher.Mono<Plugin> setup​(Bot bot)
        Configures a Plugin for the given bot.
        Parameters:
        bot - the bot instance
        Returns:
        the configured Plugin