Uses of Class
com.dianxin.tori.api.bot.JavaDiscordBot
Packages that use JavaDiscordBot
Package
Description
-
Uses of JavaDiscordBot in com.dianxin.tori.api.bot
Methods in com.dianxin.tori.api.bot that return types with arguments of type JavaDiscordBotModifier and TypeMethodDescriptionIBotLoader.getActiveBots()Retrieves a list of all bot instances that are currently running on the server. -
Uses of JavaDiscordBot in com.dianxin.tori.api.commands
Constructors in com.dianxin.tori.api.commands with parameters of type JavaDiscordBot -
Uses of JavaDiscordBot in com.dianxin.tori.api.interaction
Methods in com.dianxin.tori.api.interaction that return JavaDiscordBotModifier and TypeMethodDescriptionComponentRegistrar.getBaseBot()Gets the base bot instance associated with this registrar.ModalRegistrar.getBaseBot()Gets the base bot instance associated with this registrar.Constructors in com.dianxin.tori.api.interaction with parameters of type JavaDiscordBotModifierConstructorDescriptionConstructs a new ComponentRegistrar for the specified bot.Constructs a new ModalRegistrar for the specified bot.