jar

io.github.jdiscordbots : command-framework

Maven & Gradle

Sep 11, 2022
0 stars

command-framework · A command system for JDA that allows to treat slash and text commands the same

Table Of Contents

Latest Version

Download io.github.jdiscordbots : command-framework JAR file - Latest Versions:

All Versions

Download io.github.jdiscordbots : command-framework JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
1.0.x

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 command-framework-1.1.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.jdiscordbots.command_framework.command

├─ io.github.jdiscordbots.command_framework.command.Argument.class - [JAR]

├─ io.github.jdiscordbots.command_framework.command.ArgumentTemplate.class - [JAR]

├─ io.github.jdiscordbots.command_framework.command.Command.class - [JAR]

├─ io.github.jdiscordbots.command_framework.command.CommandEvent.class - [JAR]

├─ io.github.jdiscordbots.command_framework.command.ICommand.class - [JAR]

io.github.jdiscordbots.command_framework.command.text

├─ io.github.jdiscordbots.command_framework.command.text.MessageArgument.class - [JAR]

├─ io.github.jdiscordbots.command_framework.command.text.MessageCommandEvent.class - [JAR]

io.github.jdiscordbots.command_framework.command.slash

├─ io.github.jdiscordbots.command_framework.command.slash.SlashArgument.class - [JAR]

├─ io.github.jdiscordbots.command_framework.command.slash.SlashCommandFrameworkEvent.class - [JAR]

io.github.jdiscordbots.command_framework

├─ io.github.jdiscordbots.command_framework.CommandContainer.class - [JAR]

├─ io.github.jdiscordbots.command_framework.CommandFramework.class - [JAR]

├─ io.github.jdiscordbots.command_framework.CommandHandler.class - [JAR]

├─ io.github.jdiscordbots.command_framework.CommandListener.class - [JAR]

├─ io.github.jdiscordbots.command_framework.CommandParser.class - [JAR]

├─ io.github.jdiscordbots.command_framework.SlashCommandBuilder.class - [JAR]

Advertisement