Files
discordeno/site/docs/intro.md
ITOH 81f8e0377c style: move to deno fmt (#1992)
* Create deno.json

* run format

* run format

* ci: only check formatting

* f

* Update settings.json

* Update settings.json
2022-02-04 15:00:04 +01:00

24 lines
1.2 KiB
Markdown

---
sidebar_position: 1
---
# Discordeno
> Discord API library for [Deno](https://deno.land)
- [Documentation](https://doc.deno.land/https/deno.land/x/discordeno/mod.ts)
- [Discord](https://discord.gg/ddeno)
## Features
- **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.
- [**Functional API**](https://en.wikipedia.org/wiki/Functional_programming): Functional API ensures an overall concise
yet performant code while removing the difficulties of extending built-in classes and inheritance.
[Learn more about class-free JavaScript](https://dannyfritz.wordpress.com/2014/10/11/class-free-object-oriented-programming/)