From aeda731f974c67c58557b0523b6a5f1620247ade Mon Sep 17 00:00:00 2001 From: Jacob Nguyen <76754747+jacoobes@users.noreply.github.com> Date: Mon, 27 Jan 2025 11:53:09 -0600 Subject: [PATCH] Create goal.mdx (#86) --- src/content/docs/v4/reference/goal.mdx | 27 ++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 src/content/docs/v4/reference/goal.mdx diff --git a/src/content/docs/v4/reference/goal.mdx b/src/content/docs/v4/reference/goal.mdx new file mode 100644 index 000000000..f658cd3d0 --- /dev/null +++ b/src/content/docs/v4/reference/goal.mdx @@ -0,0 +1,27 @@ +--- +title: Goal +description: sern's goal is to make bot development easier and more efficient +sidebar: + order: 10 +--- + +This reference will have JavaScript but many snippets are easily transferrable to Typescript. + +# why? +There's a **lack of sane ways** to build Discord bots. +Some advocate to *build your own abstractions*, use clunky archaic codebases that are rarely maintained, or install frameworks that don't satisfy your needs. + +**Keep it simple!** + + +# sern is built for these things in mind + +- **Modularity**: sern is built with modularity in mind. You can swap pieces and parts easily. +- **Familiarity**: 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. 🤯 + +# Our community + +As of 01/23/2025, our [discord](https://sern.dev/discord) is considered small, but it is no excuse for helping those who want to build bots with us. Feel free to join us! + +