docs: improve wording

This commit is contained in:
ayntee
2021-01-25 23:31:52 +04:00
parent 36294b5451
commit 4a80532792
3 changed files with 33 additions and 32 deletions
+19 -18
View File
@@ -8,21 +8,20 @@
## Features
- **Secure & stable**: Discordeno is comparatively more stable than the other
libraries. One of the greatest issues with almost every library is stability;
types are outdated, less (or minimal) parity with the API, core maintainers
have quit or no longer actively maintain the library, and whatnot. Discordeno,
on the other hand, is actively maintained to ensure great performance and
convenience. Discordeno internally checks all missing permissions before
forwarding a request to the API so that the client does not get
globally-banned by Discord.
- **Efficient & lightweight**: Discordeno is simplistic, easy-to-use, versatile,
and efficient. Follows
- **Secure & stable**: Discordeno is secure and stable. One of the greatest
issues with almost every library is stability; types are outdated, less (or
minimal) parity with the API, core maintainers have quit or no longer actively
maintain the library, and whatnot. Discordeno, on the other hand, is actively
maintained to ensure great performance and convenience. Moreover, it
internally checks all missing permissions before forwarding a request to the
Discord API so that the client does not get globally-banned by Discord.
- **Simple, Efficient, & Lightweight**: Discordeno is simplistic, easy-to-use,
versatile while being efficient and lightweight. Follows
[Convention Over Configuration](https://en.wikipedia.org/wiki/Convention_over_configuration)
design paradigm ― prefers defaults that Discord recommends or the best
configuration for the majority of the users.
design paradigm ― prefers defaults options or values that are recommended by
Discord or the best configuration for the majority of the users.
- [**Functional API**](https://en.wikipedia.org/wiki/Functional_programming):
This will produce an overall concise and more performant code while removing
Functional API ensures an overall concise yet performant code while removing
the difficulties of extending built-in classes and inheritance.
## Getting Started
@@ -54,12 +53,14 @@ startBot({
Note to developers: don't worry a lot of developers start out programming a
Discord bot as their first project (I did 😉) and it is not so easy to do so.
Discordeno is built considering all the issues that I and a lot of developers
that I personally know had when I first started out coding Discord bots with
existing libraries. If you are a beginner, you can check out these awesome
official and unofficial boilerplates:
Discordeno is designed and built considering all the issues that I and a lot of
developers had when I first started out coding Discord bots with existing
libraries. If you are a beginner, you can check out these awesome official and
unofficial boilerplates:
- [Discordeno Bot Template (official)](https://github.com/Skillz4Killz/Discordeno-bot-template)
- [Discordeno Bot Template (official)](https://github.com/discordeno/discordeno-bot-template)
- [Serverless Slash Commands Template
(official)](https://github.com/discordeno-slash-bot)
- [Add Your Own!](https://github.com/discordeno/discordeno/pulls)
## Useful Links