jar

com.github.alex1304 : ultimategdbot-api

Maven & Gradle

Sep 10, 2020
2 usages
29 stars

ultimategdbot-api · High-level API to conveniently build Discord bots in Java, on top of Discord4J

Table Of Contents

Latest Version

Download com.github.alex1304 : ultimategdbot-api JAR file - Latest Versions:

All Versions

Download com.github.alex1304 : ultimategdbot-api JAR file - All Versions:

Version Vulnerabilities Size Updated
6.0.x
5.0.x
4.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 ultimategdbot-api-6.0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.alex1304.ultimategdbot.api

├─ com.github.alex1304.ultimategdbot.api.BotConfig.class - [JAR]

├─ com.github.alex1304.ultimategdbot.api.Plugin.class - [JAR]

├─ com.github.alex1304.ultimategdbot.api.PluginMetadata.class - [JAR]

├─ com.github.alex1304.ultimategdbot.api.Translator.class - [JAR]

com.github.alex1304.ultimategdbot.api.util

├─ com.github.alex1304.ultimategdbot.api.util.DiscordFormatter.class - [JAR]

├─ com.github.alex1304.ultimategdbot.api.util.DiscordParser.class - [JAR]

├─ com.github.alex1304.ultimategdbot.api.util.DurationUtils.class - [JAR]

├─ com.github.alex1304.ultimategdbot.api.util.JdkPropertyReader.class - [JAR]

├─ com.github.alex1304.ultimategdbot.api.util.Markdown.class - [JAR]

├─ com.github.alex1304.ultimategdbot.api.util.MessageSpecTemplate.class - [JAR]

├─ com.github.alex1304.ultimategdbot.api.util.MessageUtils.class - [JAR]

├─ com.github.alex1304.ultimategdbot.api.util.PropertyReader.class - [JAR]

├─ com.github.alex1304.ultimategdbot.api.util.VersionUtils.class - [JAR]

com.github.alex1304.ultimategdbot.api.logging

├─ com.github.alex1304.ultimategdbot.api.logging.LoggingService.class - [JAR]

com.github.alex1304.ultimategdbot.api.service

├─ com.github.alex1304.ultimategdbot.api.service.BotService.class - [JAR]

├─ com.github.alex1304.ultimategdbot.api.service.CommonServices.class - [JAR]

├─ com.github.alex1304.ultimategdbot.api.service.Root.class - [JAR]

├─ com.github.alex1304.ultimategdbot.api.service.RootServiceSetupHelper.class - [JAR]

├─ com.github.alex1304.ultimategdbot.api.service.ServiceDeclarator.class - [JAR]

com.github.alex1304.ultimategdbot.api.emoji

├─ com.github.alex1304.ultimategdbot.api.emoji.EmojiService.class - [JAR]

com.github.alex1304.ultimategdbot.api.metadata

├─ com.github.alex1304.ultimategdbot.api.metadata.PluginMetadataService.class - [JAR]

com.github.alex1304.ultimategdbot.api.command.menu

├─ com.github.alex1304.ultimategdbot.api.command.menu.InteractiveMenu.class - [JAR]

├─ com.github.alex1304.ultimategdbot.api.command.menu.InteractiveMenuService.class - [JAR]

├─ com.github.alex1304.ultimategdbot.api.command.menu.MenuInteraction.class - [JAR]

├─ com.github.alex1304.ultimategdbot.api.command.menu.MessageMenuInteraction.class - [JAR]

├─ com.github.alex1304.ultimategdbot.api.command.menu.PageNumberOutOfRangeException.class - [JAR]

├─ com.github.alex1304.ultimategdbot.api.command.menu.PaginationControls.class - [JAR]

├─ com.github.alex1304.ultimategdbot.api.command.menu.ReactionMenuInteraction.class - [JAR]

├─ com.github.alex1304.ultimategdbot.api.command.menu.ReactionToggleEvent.class - [JAR]

├─ com.github.alex1304.ultimategdbot.api.command.menu.UnexpectedReplyException.class - [JAR]

com.github.alex1304.ultimategdbot.api.database.guildconfig

├─ com.github.alex1304.ultimategdbot.api.database.guildconfig.AbstractConfigEntry.class - [JAR]

├─ com.github.alex1304.ultimategdbot.api.database.guildconfig.BooleanConfigEntry.class - [JAR]

├─ com.github.alex1304.ultimategdbot.api.database.guildconfig.ConfigEntry.class - [JAR]

├─ com.github.alex1304.ultimategdbot.api.database.guildconfig.ConfigEntryBuilder.class - [JAR]

├─ com.github.alex1304.ultimategdbot.api.database.guildconfig.ConfigEntryVisitor.class - [JAR]

├─ com.github.alex1304.ultimategdbot.api.database.guildconfig.GuildChannelConfigEntry.class - [JAR]

├─ com.github.alex1304.ultimategdbot.api.database.guildconfig.GuildConfigDao.class - [JAR]

├─ com.github.alex1304.ultimategdbot.api.database.guildconfig.GuildConfigData.class - [JAR]

├─ com.github.alex1304.ultimategdbot.api.database.guildconfig.GuildConfigurator.class - [JAR]

├─ com.github.alex1304.ultimategdbot.api.database.guildconfig.GuildMemberConfigEntry.class - [JAR]

├─ com.github.alex1304.ultimategdbot.api.database.guildconfig.GuildRoleConfigEntry.class - [JAR]

├─ com.github.alex1304.ultimategdbot.api.database.guildconfig.IntegerConfigEntry.class - [JAR]

├─ com.github.alex1304.ultimategdbot.api.database.guildconfig.LongConfigEntry.class - [JAR]

├─ com.github.alex1304.ultimategdbot.api.database.guildconfig.ReadOnlyConfigEntryException.class - [JAR]

├─ com.github.alex1304.ultimategdbot.api.database.guildconfig.StringConfigEntry.class - [JAR]

├─ com.github.alex1304.ultimategdbot.api.database.guildconfig.ValidationException.class - [JAR]

├─ com.github.alex1304.ultimategdbot.api.database.guildconfig.Validator.class - [JAR]

├─ com.github.alex1304.ultimategdbot.api.database.guildconfig.ValueGetters.class - [JAR]

com.github.alex1304.ultimategdbot.api.localization

├─ com.github.alex1304.ultimategdbot.api.localization.LocalizationService.class - [JAR]

com.github.alex1304.ultimategdbot.api.database

├─ com.github.alex1304.ultimategdbot.api.database.DatabaseException.class - [JAR]

├─ com.github.alex1304.ultimategdbot.api.database.DatabaseService.class - [JAR]

com.github.alex1304.ultimategdbot.api.command.annotated.paramconverter

├─ com.github.alex1304.ultimategdbot.api.command.annotated.paramconverter.GuildChannelConverter.class - [JAR]

├─ com.github.alex1304.ultimategdbot.api.command.annotated.paramconverter.IntConverter.class - [JAR]

├─ com.github.alex1304.ultimategdbot.api.command.annotated.paramconverter.LongConverter.class - [JAR]

├─ com.github.alex1304.ultimategdbot.api.command.annotated.paramconverter.ParamConversionException.class - [JAR]

├─ com.github.alex1304.ultimategdbot.api.command.annotated.paramconverter.ParamConverter.class - [JAR]

├─ com.github.alex1304.ultimategdbot.api.command.annotated.paramconverter.RoleConverter.class - [JAR]

├─ com.github.alex1304.ultimategdbot.api.command.annotated.paramconverter.StringConverter.class - [JAR]

├─ com.github.alex1304.ultimategdbot.api.command.annotated.paramconverter.UserConverter.class - [JAR]

com.github.alex1304.ultimategdbot.api.command.annotated

├─ com.github.alex1304.ultimategdbot.api.command.annotated.AnnotatedCommand.class - [JAR]

├─ com.github.alex1304.ultimategdbot.api.command.annotated.CommandAction.class - [JAR]

├─ com.github.alex1304.ultimategdbot.api.command.annotated.CommandDescriptor.class - [JAR]

├─ com.github.alex1304.ultimategdbot.api.command.annotated.CommandDoc.class - [JAR]

├─ com.github.alex1304.ultimategdbot.api.command.annotated.CommandPermission.class - [JAR]

├─ com.github.alex1304.ultimategdbot.api.command.annotated.FlagDoc.class - [JAR]

├─ com.github.alex1304.ultimategdbot.api.command.annotated.FlagInfo.class - [JAR]

├─ com.github.alex1304.ultimategdbot.api.command.annotated.HiddenCommand.class - [JAR]

├─ com.github.alex1304.ultimategdbot.api.command.annotated.InvalidAnnotatedObjectException.class - [JAR]

com.github.alex1304.ultimategdbot.api.command

├─ com.github.alex1304.ultimategdbot.api.command.ArgumentList.class - [JAR]

├─ com.github.alex1304.ultimategdbot.api.command.Command.class - [JAR]

├─ com.github.alex1304.ultimategdbot.api.command.CommandDocumentation.class - [JAR]

├─ com.github.alex1304.ultimategdbot.api.command.CommandDocumentationEntry.class - [JAR]

├─ com.github.alex1304.ultimategdbot.api.command.CommandErrorHandler.class - [JAR]

├─ com.github.alex1304.ultimategdbot.api.command.CommandFailedException.class - [JAR]

├─ com.github.alex1304.ultimategdbot.api.command.CommandProvider.class - [JAR]

├─ com.github.alex1304.ultimategdbot.api.command.CommandService.class - [JAR]

├─ com.github.alex1304.ultimategdbot.api.command.Context.class - [JAR]

├─ com.github.alex1304.ultimategdbot.api.command.DocumentationLocaleAdapter.class - [JAR]

├─ com.github.alex1304.ultimategdbot.api.command.ExecutableCommand.class - [JAR]

├─ com.github.alex1304.ultimategdbot.api.command.FlagInformation.class - [JAR]

├─ com.github.alex1304.ultimategdbot.api.command.FlagSet.class - [JAR]

├─ com.github.alex1304.ultimategdbot.api.command.PermissionChecker.class - [JAR]

├─ com.github.alex1304.ultimategdbot.api.command.PermissionDeniedException.class - [JAR]

├─ com.github.alex1304.ultimategdbot.api.command.PermissionLevel.class - [JAR]

├─ com.github.alex1304.ultimategdbot.api.command.Scope.class - [JAR]

Advertisement