A framework built on top of and compatible with discord.js.
You can use our cli to initialize a project.
npx create-discm@latestIt will prompt a series of questions, to skip this use -y at the end of the command to bypass all questions.
This will use a set of default values.
[!NOTE] Using
-ywill initialize the project with javascript automatically. If you wish to use typescript then do not bypass the questions.
packages/discmjs- where the main project is.packages/create-discm- a cli used to initialize discm projects.packages/ui- a private component library for the doc website.apps/bot- an example bot made using discm.js.apps/web- the doc website for discm.js.