jar

io.github.sepgh : discord-commands-starter

Maven & Gradle

Apr 16, 2022
0 stars

Spring-boot Discord Commands Starter · Spring-boot integration for discord commands

Table Of Contents

Latest Version

Download io.github.sepgh : discord-commands-starter JAR file - Latest Versions:

All Versions

Download io.github.sepgh : discord-commands-starter JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1.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 discord-commands-starter-0.1.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.sepgh.sbdiscord.config

├─ io.github.sepgh.sbdiscord.config.DiscordCommandListener.class - [JAR]

├─ io.github.sepgh.sbdiscord.config.DiscordReadyListener.class - [JAR]

├─ io.github.sepgh.sbdiscord.config.ParameterTypes.class - [JAR]

├─ io.github.sepgh.sbdiscord.config.SpringbootDiscordAutoConfiguration.class - [JAR]

io.github.sepgh.sbdiscord.command.context

├─ io.github.sepgh.sbdiscord.command.context.CommandContext.class - [JAR]

├─ io.github.sepgh.sbdiscord.command.context.CommandContextHolder.class - [JAR]

├─ io.github.sepgh.sbdiscord.command.context.CommandContextHolderStrategy.class - [JAR]

├─ io.github.sepgh.sbdiscord.command.context.DefaultContextImpl.class - [JAR]

├─ io.github.sepgh.sbdiscord.command.context.InheritableThreadLocalCommandContextHolderStrategy.class - [JAR]

├─ io.github.sepgh.sbdiscord.command.context.ThreadLocalCommandContextHolderStrategy.class - [JAR]

io.github.sepgh.sbdiscord.parser

├─ io.github.sepgh.sbdiscord.parser.CommandParser.class - [JAR]

io.github.sepgh.sbdiscord

├─ io.github.sepgh.sbdiscord.ReservedKeys.class - [JAR]

io.github.sepgh.sbdiscord.exceptions

├─ io.github.sepgh.sbdiscord.exceptions.CommandParseException.class - [JAR]

io.github.sepgh.sbdiscord.command

├─ io.github.sepgh.sbdiscord.command.CommandEntity.class - [JAR]

├─ io.github.sepgh.sbdiscord.command.CommandRegistry.class - [JAR]

├─ io.github.sepgh.sbdiscord.command.PermissionValidator.class - [JAR]

io.github.sepgh.sbdiscord.config.properties

├─ io.github.sepgh.sbdiscord.config.properties.SBDiscordProperties.class - [JAR]

io.github.sepgh.sbdiscord.annotations

├─ io.github.sepgh.sbdiscord.annotations.DiscordCommand.class - [JAR]

├─ io.github.sepgh.sbdiscord.annotations.DiscordController.class - [JAR]

├─ io.github.sepgh.sbdiscord.annotations.DiscordParameter.class - [JAR]