Uses of Class
com.github.alex1304.ultimategdbot.api.BotConfig
-
-
Uses of BotConfig in com.github.alex1304.ultimategdbot.api
Methods in com.github.alex1304.ultimategdbot.api that return BotConfig Modifier and Type Method Description static BotConfig
BotConfig. fromResourceMap(Map<String,PropertyReader> resources)
Creates a newBotConfig
initialized with resources defined in the given map. -
Uses of BotConfig in com.github.alex1304.ultimategdbot.api.command
Constructors in com.github.alex1304.ultimategdbot.api.command with parameters of type BotConfig Constructor Description CommandService(BotConfig botConfig, discord4j.core.GatewayDiscordClient gateway, LocalizationService localizationService, LoggingService loggingService)
-
Uses of BotConfig in com.github.alex1304.ultimategdbot.api.command.menu
Constructors in com.github.alex1304.ultimategdbot.api.command.menu with parameters of type BotConfig Constructor Description InteractiveMenuService(BotConfig botConfig, discord4j.core.GatewayDiscordClient gateway, CommandService commandService, EmojiService emojiService)
-
Uses of BotConfig in com.github.alex1304.ultimategdbot.api.emoji
Constructors in com.github.alex1304.ultimategdbot.api.emoji with parameters of type BotConfig Constructor Description EmojiService(BotConfig botConfig, discord4j.core.GatewayDiscordClient gateway)
-
Uses of BotConfig in com.github.alex1304.ultimategdbot.api.localization
Constructors in com.github.alex1304.ultimategdbot.api.localization with parameters of type BotConfig Constructor Description LocalizationService(BotConfig botConfig)
-
Uses of BotConfig in com.github.alex1304.ultimategdbot.api.logging
Constructors in com.github.alex1304.ultimategdbot.api.logging with parameters of type BotConfig Constructor Description LoggingService(BotConfig botConfig, discord4j.core.GatewayDiscordClient gateway)
-
Uses of BotConfig in com.github.alex1304.ultimategdbot.api.service
Methods in com.github.alex1304.ultimategdbot.api.service with parameters of type BotConfig Modifier and Type Method Description Set<com.github.alex1304.rdi.config.ServiceDescriptor>
CommonServices. declareServices(BotConfig botConfig)
Set<com.github.alex1304.rdi.config.ServiceDescriptor>
ServiceDeclarator. declareServices(BotConfig botConfig)
Declares service descriptors to register to the bot's service container.
-