Project Outline

June 11, 2026 ยท View on GitHub

An explanation of important folders for developers who would like to contribute to Concord.

DirectoryMeaning
examples/Example bots
core/The backbone for performing REST operations, WebSockets handling, etc
src/The Discord API wrapping source code
src/api/Discord objects written with Reflect-C DSL used to generate datatypes
include/The Discord API wrapping header files
docs/Guidelines, roadmap, and other important information regarding Concord
licenses/License for Concord, and some other libraries used by Concord
test/Tests to make sure Concord is running smoothly are put here