jar

io.github.MichaPehlivan : botlibrary

Maven & Gradle

Oct 20, 2021
21 stars

discord-bot-library · A Java library with the purpose of greatly simplifying the Discord4j development process

Table Of Contents

Latest Version

Download io.github.MichaPehlivan : botlibrary JAR file - Latest Versions:

All Versions

Download io.github.MichaPehlivan : botlibrary JAR file - All Versions:

Version Vulnerabilities Size Updated
1.3
1.2
1.1
1.0

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

michapehlivan.discordbotlib.interactions.applicationcommands

├─ michapehlivan.discordbotlib.interactions.applicationcommands.ApplicationCommandManager.class - [JAR]

├─ michapehlivan.discordbotlib.interactions.applicationcommands.MessageCommand.class - [JAR]

├─ michapehlivan.discordbotlib.interactions.applicationcommands.SlashCommand.class - [JAR]

├─ michapehlivan.discordbotlib.interactions.applicationcommands.UserCommand.class - [JAR]

michapehlivan.discordbotlib.botclient

├─ michapehlivan.discordbotlib.botclient.BotStatus.class - [JAR]

├─ michapehlivan.discordbotlib.botclient.DiscordBot.class - [JAR]

michapehlivan.discordbotlib.interactions.components

├─ michapehlivan.discordbotlib.interactions.components.ComponentManager.class - [JAR]

├─ michapehlivan.discordbotlib.interactions.components.DiscordButton.class - [JAR]

├─ michapehlivan.discordbotlib.interactions.components.DiscordSelectMenu.class - [JAR]

michapehlivan.discordbotlib.util

├─ michapehlivan.discordbotlib.util.BotConsole.class - [JAR]

michapehlivan.discordbotlib.util.json

├─ michapehlivan.discordbotlib.util.json.JsonReader.class - [JAR]

├─ michapehlivan.discordbotlib.util.json.JsonWriter.class - [JAR]

michapehlivan.discordbotlib.commands

├─ michapehlivan.discordbotlib.commands.Command.class - [JAR]

├─ michapehlivan.discordbotlib.commands.CommandManager.class - [JAR]

Advertisement