Important
Currently the documentation here pertains to the canary tag of Dressed (dressed@1.10.0-canary.5.x
), keep in mind that some items (especially talked about in the deployment guides) are not available / work slightly differently in the @latest
version.
Guide
These are some guides for helping you create your first commands and deploy your bots.
These guides assume that you know generally what a computer is, how the Discord API works, and how to use TypeScript. They will use Bun as the package manager/runtime, but it can be substituted for your choice (e.g. Node and NPM), and TypeScript for the language.
If you don't know how to create a bot in the Discord Dev dashboard, see this guide from Discord.js before continuing.