Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.11 KB

File metadata and controls

21 lines (13 loc) · 1.11 KB

RDsl

r_dsl - Ruby Discord Scripting Language. Create Discord bots with ease.

Join our Discord

Accessible even to non-programmers, r_dsl feels like writing natural English. It's a perfect tool to begin your coding journey. As a high-level wrapper for discordrb, it offers simplicity without sacrificing power.

(SOON!!!!!!!!) Batteries included:

  • Economy: A complete economy module with a pre-configured database.
  • Database: Comes with a default schema that is fully customizable.
  • Leveling system: Pre-built leveling functions - just create a single event to start.

Work in progress...

Usage

The DSL works best with our Web App acting as a dashboard. It includes a ready-to-use main file for the bot and a code editor. While you can use the DSL without the web panel, we don't recommend it as the app contains built-in documentation.

Example file for r_dsl - some basic functions