Skip to content
Kaktushose edited this page Jan 17, 2025 · 7 revisions

Important

This wiki is the documentation for V3 (text commands)! If you're using V4 (interactions) please refer to the new documentation

Welcome to the jda-commands wiki!

JDA-Commands is a simple yet highly customizable, annotation driven command framework for JDA. Its focus is strongly oriented towards the reduction of boilerplate code. This goes along with the aim to reduce configuration steps that are needed before startup. Therefore IoC, Dependency Injection and Declarative Programming are the key concepts of this framework.

Prerequisites

To use this framework Java 8+ is required. You should also have a basic understanding of how JDA works and basic to intermediate Java knowledge, especially with regard to object oriented programming as well as annotations.

Getting Started

Setup

Quick Start

Basic Command Structure

Guild Settings

Important

This wiki is the documentation for V3 (text commands)! If you're using V4 (interactions) please refer to the new documentation

Home

Getting Started

Writing Commands

Advanced Configuration

Util

Clone this wiki locally