Command Handler

A command handler for Javacord bots; designed to help manage and execute both text and slash commands uniformly.

License

License

GroupId

GroupId

io.github.daflamingfox
ArtifactId

ArtifactId

command-handler
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

Command Handler
A command handler for Javacord bots; designed to help manage and execute both text and slash commands uniformly.
Project URL

Project URL

https://github.com/DAflamingFOX/Command-Handler
Source Code Management

Source Code Management

http://github.com/DAflamingFOX/Command-Handler/

Download command-handler

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.daflamingfox/command-handler/ -->
<dependency>
    <groupId>io.github.daflamingfox</groupId>
    <artifactId>command-handler</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.daflamingfox/command-handler/
implementation 'io.github.daflamingfox:command-handler:1.0.2'
// https://jarcasting.com/artifacts/io.github.daflamingfox/command-handler/
implementation ("io.github.daflamingfox:command-handler:1.0.2")
'io.github.daflamingfox:command-handler:jar:1.0.2'
<dependency org="io.github.daflamingfox" name="command-handler" rev="1.0.2">
  <artifact name="command-handler" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.daflamingfox', module='command-handler', version='1.0.2')
)
libraryDependencies += "io.github.daflamingfox" % "command-handler" % "1.0.2"
[io.github.daflamingfox/command-handler "1.0.2"]

Dependencies

compile (1)

Group / Artifact Type Version
org.javacord : javacord pom 3.3.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2
1.0.1