jar

com.github.romanqed : discord-message-parser

Maven & Gradle

Jun 10, 2021
0 stars

DiscordMessageParser · A simple library for parsing discord activities, which provides functionality for processing commands, emoji reactions, and various processing actions. Based on JDA.

Table Of Contents

Latest Version

Download com.github.romanqed : discord-message-parser JAR file - Latest Versions:

All Versions

Download com.github.romanqed : discord-message-parser JAR file - All Versions:

Version Vulnerabilities Size Updated
0.2.x
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-message-parser-0.2.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.romanqed.DiscordMessageParser.ThreadUtil

├─ com.github.romanqed.DiscordMessageParser.ThreadUtil.QueueExecutor.class - [JAR]

├─ com.github.romanqed.DiscordMessageParser.ThreadUtil.ThreadUtils.class - [JAR]

com.github.romanqed.DiscordMessageParser.JDAUtil.Wrappers

├─ com.github.romanqed.DiscordMessageParser.JDAUtil.Wrappers.JDAWrapper.class - [JAR]

com.github.romanqed.DiscordMessageParser.MarkdownUtil

├─ com.github.romanqed.DiscordMessageParser.MarkdownUtil.MSBuilder.class - [JAR]

├─ com.github.romanqed.DiscordMessageParser.MarkdownUtil.TextFormatting.class - [JAR]

com.github.romanqed.DiscordMessageParser.ProcessUtil.MessageProcessing.Guild

├─ com.github.romanqed.DiscordMessageParser.ProcessUtil.MessageProcessing.Guild.GuildMessageProcessor.class - [JAR]

com.github.romanqed.DiscordMessageParser.JDAListeners

├─ com.github.romanqed.DiscordMessageParser.JDAListeners.Fabrics.class - [JAR]

├─ com.github.romanqed.DiscordMessageParser.JDAListeners.JDAListenerAsyncFabric.class - [JAR]

├─ com.github.romanqed.DiscordMessageParser.JDAListeners.JDAListenerFabric.class - [JAR]

com.github.romanqed.DiscordMessageParser.JDAUtil.Utils

├─ com.github.romanqed.DiscordMessageParser.JDAUtil.Utils.Checks.class - [JAR]

├─ com.github.romanqed.DiscordMessageParser.JDAUtil.Utils.Constants.class - [JAR]

├─ com.github.romanqed.DiscordMessageParser.JDAUtil.Utils.GuildUtils.class - [JAR]

├─ com.github.romanqed.DiscordMessageParser.JDAUtil.Utils.MessageUtils.class - [JAR]

├─ com.github.romanqed.DiscordMessageParser.JDAUtil.Utils.Processing.class - [JAR]

com.github.romanqed.DiscordMessageParser.AnnotationUtil.Annotations.MessageProcessing

├─ com.github.romanqed.DiscordMessageParser.AnnotationUtil.Annotations.MessageProcessing.GuildHandler.class - [JAR]

├─ com.github.romanqed.DiscordMessageParser.AnnotationUtil.Annotations.MessageProcessing.PrivateHandler.class - [JAR]

com.github.romanqed.DiscordMessageParser.ProcessUtil.ReactionProcessing.Guild

├─ com.github.romanqed.DiscordMessageParser.ProcessUtil.ReactionProcessing.Guild.GuildReactionProcessor.class - [JAR]

com.github.romanqed.DiscordMessageParser.ProcessUtil.ReactionProcessing

├─ com.github.romanqed.DiscordMessageParser.ProcessUtil.ReactionProcessing.ReactionProcessor.class - [JAR]

com.github.romanqed.DiscordMessageParser.ProcessUtil.MessageProcessing.Private

├─ com.github.romanqed.DiscordMessageParser.ProcessUtil.MessageProcessing.Private.PrivateMessageProcessor.class - [JAR]

com.github.romanqed.DiscordMessageParser.RegexUtil

├─ com.github.romanqed.DiscordMessageParser.RegexUtil.ArgumentPatterns.class - [JAR]

├─ com.github.romanqed.DiscordMessageParser.RegexUtil.CommandPattern.class - [JAR]

├─ com.github.romanqed.DiscordMessageParser.RegexUtil.Patterns.class - [JAR]

com.github.romanqed.DiscordMessageParser.AnnotationUtil.Annotations.Commands

├─ com.github.romanqed.DiscordMessageParser.AnnotationUtil.Annotations.Commands.GuildCommandClass.class - [JAR]

├─ com.github.romanqed.DiscordMessageParser.AnnotationUtil.Annotations.Commands.PrivateCommandClass.class - [JAR]

com.github.romanqed.DiscordMessageParser.ProcessUtil.ReactionProcessing.Private

├─ com.github.romanqed.DiscordMessageParser.ProcessUtil.ReactionProcessing.Private.PrivateReactionProcessor.class - [JAR]

com.github.romanqed.DiscordMessageParser.CommandUtil

├─ com.github.romanqed.DiscordMessageParser.CommandUtil.CommandCollection.class - [JAR]

com.github.romanqed.DiscordMessageParser.Utils

├─ com.github.romanqed.DiscordMessageParser.Utils.Checks.class - [JAR]

├─ com.github.romanqed.DiscordMessageParser.Utils.Hashes.class - [JAR]

├─ com.github.romanqed.DiscordMessageParser.Utils.Lists.class - [JAR]

com.github.romanqed.DiscordMessageParser.ProcessUtil

├─ com.github.romanqed.DiscordMessageParser.ProcessUtil.GuildService.class - [JAR]

com.github.romanqed.DiscordMessageParser.ProcessUtil.MessageProcessing

├─ com.github.romanqed.DiscordMessageParser.ProcessUtil.MessageProcessing.MessageParseHandler.class - [JAR]

├─ com.github.romanqed.DiscordMessageParser.ProcessUtil.MessageProcessing.MessageProcessor.class - [JAR]

com.github.romanqed.DiscordMessageParser.CommandUtil.ParseUtil

├─ com.github.romanqed.DiscordMessageParser.CommandUtil.ParseUtil.ArgumentParser.class - [JAR]

├─ com.github.romanqed.DiscordMessageParser.CommandUtil.ParseUtil.CommandParser.class - [JAR]

├─ com.github.romanqed.DiscordMessageParser.CommandUtil.ParseUtil.ProcessedCommand.class - [JAR]

├─ com.github.romanqed.DiscordMessageParser.CommandUtil.ParseUtil.Utils.class - [JAR]

com.github.romanqed.DiscordMessageParser.CommandUtil.Commands

├─ com.github.romanqed.DiscordMessageParser.CommandUtil.Commands.GenericCommand.class - [JAR]

├─ com.github.romanqed.DiscordMessageParser.CommandUtil.Commands.GuildCommand.class - [JAR]

├─ com.github.romanqed.DiscordMessageParser.CommandUtil.Commands.PrivateCommand.class - [JAR]

com.github.romanqed.DiscordMessageParser.ReactionUtil

├─ com.github.romanqed.DiscordMessageParser.ReactionUtil.Constants.class - [JAR]

├─ com.github.romanqed.DiscordMessageParser.ReactionUtil.EmojiEvent.class - [JAR]

├─ com.github.romanqed.DiscordMessageParser.ReactionUtil.EventCollection.class - [JAR]

├─ com.github.romanqed.DiscordMessageParser.ReactionUtil.Events.class - [JAR]

├─ com.github.romanqed.DiscordMessageParser.ReactionUtil.LinkedEmojiEvent.class - [JAR]

├─ com.github.romanqed.DiscordMessageParser.ReactionUtil.ReactionContext.class - [JAR]

├─ com.github.romanqed.DiscordMessageParser.ReactionUtil.ReactionContextImpl.class - [JAR]

com.github.romanqed.DiscordMessageParser.ContainerUtil

├─ com.github.romanqed.DiscordMessageParser.ContainerUtil.Container.class - [JAR]

├─ com.github.romanqed.DiscordMessageParser.ContainerUtil.ContainerCollection.class - [JAR]

com.github.romanqed.DiscordMessageParser.AnnotationUtil.Processing

├─ com.github.romanqed.DiscordMessageParser.AnnotationUtil.Processing.Utils.class - [JAR]

com.github.romanqed.DiscordMessageParser.JDAListeners.DefaultJDAListeners

├─ com.github.romanqed.DiscordMessageParser.JDAListeners.DefaultJDAListeners.GuildMessageListener.class - [JAR]

├─ com.github.romanqed.DiscordMessageParser.JDAListeners.DefaultJDAListeners.GuildReactionListener.class - [JAR]

├─ com.github.romanqed.DiscordMessageParser.JDAListeners.DefaultJDAListeners.PrivateMessageListener.class - [JAR]

├─ com.github.romanqed.DiscordMessageParser.JDAListeners.DefaultJDAListeners.PrivateReactionListener.class - [JAR]