Modular Commands

Framework for creating and managing chat commands for Discord bots that use Discord4J.

License

License

GroupId

GroupId

dev.sympho
ArtifactId

ArtifactId

modular-commands
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

Modular Commands
Framework for creating and managing chat commands for Discord bots that use Discord4J.
Project URL

Project URL

https://modular-commands.sympho.dev
Source Code Management

Source Code Management

https://github.com/tmarback/modular-commands/tree/main

Download modular-commands

How to add to project

<!-- https://jarcasting.com/artifacts/dev.sympho/modular-commands/ -->
<dependency>
    <groupId>dev.sympho</groupId>
    <artifactId>modular-commands</artifactId>
    <version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/dev.sympho/modular-commands/
implementation 'dev.sympho:modular-commands:0.2.0'
// https://jarcasting.com/artifacts/dev.sympho/modular-commands/
implementation ("dev.sympho:modular-commands:0.2.0")
'dev.sympho:modular-commands:jar:0.2.0'
<dependency org="dev.sympho" name="modular-commands" rev="0.2.0">
  <artifact name="modular-commands" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.sympho', module='modular-commands', version='0.2.0')
)
libraryDependencies += "dev.sympho" % "modular-commands" % "0.2.0"
[dev.sympho/modular-commands "0.2.0"]

Dependencies

compile (7)

Group / Artifact Type Version
com.discord4j : discord4j-core jar 3.2.2
org.apache.commons : commons-collections4 jar 4.4
org.apache.commons : commons-lang3 jar 3.12.0
com.google.guava : guava jar 31.1-jre
org.slf4j : slf4j-api jar 1.7.36
org.checkerframework : checker-qual jar 3.21.3
org.checkerframework : checker-util jar 3.21.3

provided (1)

Group / Artifact Type Version
com.google.code.findbugs : annotations jar 3.0.1

test (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.8.2
ch.qos.logback : logback-classic jar 1.2.11

Project Modules

There are no modules declared in this project.

Versions

Version
0.2.0
0.1.0