fix(fmt): time to delete deno fmt

This commit is contained in:
Skillz4Killz
2022-06-04 15:58:22 +00:00
committed by GitHub
parent a9edf4c29a
commit 4ae4abbf11

View File

@@ -17,8 +17,8 @@ Discordeno follows [semantic versioning](https://semver.org/)
- **Secure & stable**: Discordeno is actively maintained to ensure great performance and convenience.
- **Simple, Efficient, & Lightweight**: Discordeno is simplistic, easy-to-use and versatile while being efficient and
lightweight. No caching by default.
- **Functional API**: The functional API ensures overall concise
yet performant code while removing the difficulties of extending built-in classes and inheritance.
- **Functional API**: The functional API ensures overall concise yet performant code while removing the difficulties of
extending built-in classes and inheritance.
- **Cross Runtime**: Supports both Deno and Node.js runtimes.
- **Standalone REST, Gateway, Custom Cache & more**: Discordeno provides the ability to have almost every part of a bot
as a standalone piece.