Goal
This walkthrough will be written in TypeScript but will have JavaScript snippets throughout.
Make robust, modular, bots
- Modularity: sern is built with modularity in mind. You can swap pieces and parts easily.
- Familiar: Commands and structures are similar to classic v12 handlers and the official Discord.js command handler guide, while packing many features!
- Concise: Too much code is a liability. With sern, write less for more. 🤯
Why sern?
Keep in mind the sern example acts as both a slash command AND a text command. The Sapphire example is only a slash command, and it’s more code than sern.