Skip to content
Lakhan Lothiyi edited this page Oct 7, 2024 · 2 revisions

Welcome to the DDBKit wiki!

DDBKit is a declarative framework aiming to make the creation of discord bots easy and fast, whilst retaining familiarity with other libraries you may have used before.

DDBKit relies on DiscordBM. It provides a high-quality interface for Swift which makes DDBKit possible. As DiscordBM doesn’t provide an abstraction over Discord’s API (rather, it provides similar structures in a type-safe manner), DDBKit implements the abstraction layer instead.

The initial aim of this project was simply streamlining the building of a bot’s foundation, but has since been expanded to surround DiscordBM with a more user-friendly design.

Go to the Introduction to get started!

Clone this wiki locally