Files
discordeno/docs/src
Ayyan e898d6d46d docs: improve wording (#363)
* docs: improve wording

* Thanks to Skillz <3

Co-authored-by: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com>

Co-authored-by: Skillz4Killz <23035000+Skillz4Killz@users.noreply.github.com>
2021-01-16 18:51:44 +04:00
..
2020-12-31 15:25:31 -05:00
2020-12-26 23:07:26 -05:00
2020-12-26 23:07:26 -05:00
2020-12-26 23:07:26 -05:00
2021-01-16 18:51:44 +04:00

Discordeno

Discord API library for Deno

Discord Lint Test

  • 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 and easy-to-use. Always prefer defaults that Discord recommends or the best configuration for the majority―if necessary, it is remarkably customizable, versatile, and efficient.
  • Functional API: This will produce a cleaner and more performant code while removing the difficulties of extending built-in classes and inheritance. Avoid potential memory leaks or crashes because of too many listeners or other silly issues.

Read me first...

Discordeno is cool right? You could make the next big bot! Who knows, but before we get right into developing our Bot. We want to get started with learning the basics...

You've seen how amazing Discord Bots are built and functioned! So beginning with Discordeno always starts with learning the TypeScript and/or JavaScript programming languages first. Making a Discord bot with very little knowledge is possible, it can be a challenge! You may end up dealing with Console errors or just syntax typographical errors...

If you are new to Discordeno, TypeScript or JavaScript, here are some great resources:

There is always more resources... Take your time and don't fret! Come back when you are ready, we can't wait to see what your Discordeno created bot does!