rephrasing a bit and ropox introduction invasion

This commit is contained in:
2023-09-05 22:09:01 +02:00
parent fa7bd13c12
commit 2da761787d
5 changed files with 63 additions and 30 deletions

View File

@@ -1,5 +1,6 @@
# Guide Overview
Welcome to the sern Discord Bot Development Guide! 🚀
## What You'll Learn
In this comprehensive guide, we'll take you on a journey from the basics to the advanced concepts of creating and deploying your own Discord bot using the sern framework. Whether you're a beginner or have some coding experience, we've designed this guide to be inclusive and accessible to all.
@@ -17,10 +18,8 @@ Understand why sern, what is it and what does it solve.
- **Setting Up the Bot** Register your bot, obtain necessary credentials, and set it up.
- **sern Overview** Dive into the core concepts of sern and its components.
- **Example Projects** Build practical Discord bots with sern.
- **Integration with Databases** Learn what is a database, which is the right one for you. And how to use them in your bot.

View File

@@ -11,5 +11,4 @@ Hey there, I'm ropox! 👋
I'm not just a programmer; I'm one of the passionate maintainers of the sern framework. My mission is to demystify Discord bot development and ensure it's accessible to everyone. But that's not all I wear multiple hats, including design (i designed the logo) and infrastructure
some say I'm the coolest of all
"Bro's the GOAT"
some say [I'm the coolest of all](/blog/newlogo#ropox-thing)

View File

@@ -6,7 +6,7 @@ title: Choosing a package manager
A package manager is like a helper for your programs. It brings all the tools for your projects and makes sure they fit and work well together. It's like having someone organize things so you can work without problems.
Some examples are
The most used ones are:
- [npm](https://www.npmjs.com)
- [Yarn](https://yarnpkg.com)
- [pnpm](https://pnpm.io/)