Uses of Class
net.foxgenesis.watame.WatameBot
Packages that use WatameBot
Package
Description
Package containing implementation of the plugin functionality system.
-
Uses of WatameBot in net.foxgenesis.watame
Fields in net.foxgenesis.watame declared as WatameBotModifier and TypeFieldDescriptionstatic final WatameBotWatameBot.INSTANCESingleton instance of classConstructors in net.foxgenesis.watame with parameters of type WatameBotModifierConstructorDescriptionContext(@NotNull WatameBot bot, @NotNull net.dv8tion.jda.api.JDABuilder builder, @Nullable ExecutorService executor) -
Uses of WatameBot in net.foxgenesis.watame.plugin
Methods in net.foxgenesis.watame.plugin with parameters of type WatameBotModifier and TypeMethodDescriptionprotected abstract voidCalled by thePluginHandlerwhenJDAand allPluginshave finished startup and have finished loading.@NotNull CompletableFuture<Void>Post-Initialize all plugins.protected abstract voidStartup method called whenJDAis building a connection to discord and allCommandDatais being collected fromPlugin.getCommands().@NotNull CompletableFuture<Void>Post-Initialize all plugins.