Disparse
An ergonomic, simple, and easy-to-use command parsing and dispatching library for Discord bots
Install / Use
/learn @BoscoJared/DisparseREADME
Disparse
An ergonomic, simple, and easy-to-use command parsing and dispatching library for Discord bots.
Documentation
View the docs on readthedocs!
Usage
Disparse is built and served from Jitpack.
The specific module you want is dependent on the Discord library you would like to use.
- JDA ->
$MODULE=disparse-jda - D4J ->
$MODULE=disparse-d4j - SmallD ->
$MODULE=disparse-smalld - Unsupported / Creating own integration ->
$MODULE=disparse-core
Maven
Add your repository for Jitpack
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
Add Disparse as a dependency
<dependencies>
<dependency>
<groupId>com.github.BoscoJared.disparse</groupId>
<artifactId>disparse-core</artifactId>
<version>$LATEST</version>
</dependency>
<dependency>
<groupId>com.github.BoscoJared.disparse</groupId>
<artifactId>$MODULE</artifactId>
<version>$LATEST</version>
</dependency>
</dependencies>
Gradle
Add your repository for Jitpack
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
Add Disparse as a dependency
dependencies {
implementation 'com.github.BoscoJared.disparse:$MODULE:$LATEST'
}
Examples In The Wild
A non-exhaustive list of discord bots using disparse:
If you are building something open-source with Disparse, submit an issue or mention Bosco#8564
on Discord to be added to the list!
Related Skills
node-connect
351.4kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
110.7kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
351.4kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
351.4kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
