Uses of Interface
com.github.alex1304.ultimategdbot.api.Bot
-
Packages that use Bot Package Description com.github.alex1304.ultimategdbot.api com.github.alex1304.ultimategdbot.api.utils -
-
Uses of Bot in com.github.alex1304.ultimategdbot.api
Methods in com.github.alex1304.ultimategdbot.api that return Bot Modifier and Type Method Description Bot
Context. getBot()
Gets the bot instance.Methods in com.github.alex1304.ultimategdbot.api with parameters of type Bot Modifier and Type Method Description default reactor.core.publisher.Mono<Void>
Plugin. onBotReady(Bot bot)
Action to execute when the bot is ready.void
Plugin. setup(Bot bot, PropertyParser parser)
Code executed when the plugin is loaded.Constructors in com.github.alex1304.ultimategdbot.api with parameters of type Bot Constructor Description Context(Command command, discord4j.core.event.domain.message.MessageCreateEvent event, List<String> args, Bot bot, String prefixUsed)
-
Uses of Bot in com.github.alex1304.ultimategdbot.api.utils
Methods in com.github.alex1304.ultimategdbot.api.utils with parameters of type Bot Modifier and Type Method Description static reactor.core.publisher.Mono<discord4j.core.object.entity.User>
BotUtils. convertStringToUser(Bot bot, String str)
Constructors in com.github.alex1304.ultimategdbot.api.utils with parameters of type Bot Constructor Description GuildSettingsValueConverter(Bot bot)
-