jar

io.github.chikyukido : AppletManager

Maven & Gradle

May 13, 2023

AppletManager for Discord · A simple way to extend or manage a DiscordBot with prefabricated applets or self-made applets.

Table Of Contents

Latest Version

Download io.github.chikyukido : AppletManager JAR file - Latest Versions:

All Versions

Download io.github.chikyukido : AppletManager JAR file - All Versions:

Version Vulnerabilities Size Updated
0.21.x
0.20.x
0.20
0.19.x
0.19
0.18
0.17
0.16
0.15
0.14
0.13

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window AppletManager-0.21.02-BETA.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.chikyukido.appletmanager.utils

├─ io.github.chikyukido.appletmanager.utils.AppletConfig.class - [JAR]

├─ io.github.chikyukido.appletmanager.utils.PagedEmbed.class - [JAR]

io.github.chikyukido.appletmanager.applet.basicapplet.listener

├─ io.github.chikyukido.appletmanager.applet.basicapplet.listener.AutoCompleteListener.class - [JAR]

io.github.chikyukido.appletmanager.manager

├─ io.github.chikyukido.appletmanager.manager.AnnotationManager.class - [JAR]

├─ io.github.chikyukido.appletmanager.manager.ApplicationManager.class - [JAR]

├─ io.github.chikyukido.appletmanager.manager.CommandManager.class - [JAR]

io.github.chikyukido.appletmanager.applet.basicapplet

├─ io.github.chikyukido.appletmanager.applet.basicapplet.BasicApplet.class - [JAR]

io.github.chikyukido.appletmanager.applet

├─ io.github.chikyukido.appletmanager.applet.Applet.class - [JAR]

io.github.chikyukido.appletmanager.applet.basicapplet.commands

├─ io.github.chikyukido.appletmanager.applet.basicapplet.commands.BasicSlashGroupMainCommand.class - [JAR]

├─ io.github.chikyukido.appletmanager.applet.basicapplet.commands.InfoSlashGroupCommand.class - [JAR]

├─ io.github.chikyukido.appletmanager.applet.basicapplet.commands.RemoveAppletSlashGroupCommand.class - [JAR]

├─ io.github.chikyukido.appletmanager.applet.basicapplet.commands.RemoveSlashGroupCommand.class - [JAR]

├─ io.github.chikyukido.appletmanager.applet.basicapplet.commands.RestartSlashGroupCommand.class - [JAR]

io.github.chikyukido.appletmanager.commands.annotations

├─ io.github.chikyukido.appletmanager.commands.annotations.Execute.class - [JAR]

├─ io.github.chikyukido.appletmanager.commands.annotations.PrefixAnnotation.class - [JAR]

io.github.chikyukido.appletmanager.listener

├─ io.github.chikyukido.appletmanager.listener.CommandMessageListener.class - [JAR]

├─ io.github.chikyukido.appletmanager.listener.PagedEmbedButtonListener.class - [JAR]

io.github.chikyukido.appletmanager.commands

├─ io.github.chikyukido.appletmanager.commands.PrefixCommand.class - [JAR]

├─ io.github.chikyukido.appletmanager.commands.SlashCommand.class - [JAR]

├─ io.github.chikyukido.appletmanager.commands.SlashGroup.class - [JAR]

├─ io.github.chikyukido.appletmanager.commands.SlashGroupCommand.class - [JAR]

├─ io.github.chikyukido.appletmanager.commands.SlashGroupMainCommand.class - [JAR]

io.github.chikyukido.appletmanager.configuration

├─ io.github.chikyukido.appletmanager.configuration.BeanCompatibilityChecker.class - [JAR]

├─ io.github.chikyukido.appletmanager.configuration.JDAConfiguration.class - [JAR]