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 void
Plugin. setup(Bot bot, PropertyParser parser)
Code executed when the plugin is loaded. -
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)
-