Home - ShindouMihou/Nexus GitHub Wiki

Splashscreen

Discord Bot Framework for Javacord, simplified.

Nexus is a Javacord framework, written in Kotlin-Java, designed to enable developers to add application commands to their Discord bots with simplicity. It is the successor of the Velen framework and takes an "object-based" approach to designing application commands (slash commands, context menus, etc).

In this wiki, you'll learn how to set up Nexus on your Discord bot, including adding slash commands and other related details. To begin your journey with Nexus, we recommend following these sections in order (all code samples are written in Kotlin):

  1. Installation & Preparing Nexus
  2. Designing Commands
  3. Command Interceptors
  4. Additional Features (Subcommand Router, Option Validation)
  5. Context Menus
  6. Command Synchronization
⚠️ **GitHub.com Fallback** ⚠️