diff --git a/docs/content/recipes/localization.md b/docs/content/recipes/localization.md index 0e46199..3df2385 100644 --- a/docs/content/recipes/localization.md +++ b/docs/content/recipes/localization.md @@ -6,16 +6,10 @@ title: Localization sidebar_position: 2 --- -`@globalart/nestcord` is a lightweight localization module for [NestCord](https://nestcord.globalart.dev/). It allows you to easily localize your bot's +Is a lightweight localization module for [NestCord](https://nestcord.globalart.dev/). It allows you to easily localize your bot's commands and messages. The module provides a simple API for managing locales and translations, as well as a powerful localization adapter system. -## Installation - -```bash npm2yarn -npm i @globalart/nestcord discord.js -``` - ## Usage Once the installation process is complete, we can import the `NestCordLocalizationModule` with your `NestCordModule` into the root `AppModule`: diff --git a/docs/content/recipes/pagination.md b/docs/content/recipes/pagination.md index f780d2d..2c81130 100644 --- a/docs/content/recipes/pagination.md +++ b/docs/content/recipes/pagination.md @@ -11,12 +11,6 @@ manageable way. When dealing with substantial volumes of data, such as search re once can overwhelm users and lead to a poor user experience. Pagination allows you to divide the information into smaller, organized chunks, enhancing user engagement and ease of navigation. This module allows you to create a pagination with a few lines of code. -## Installation - -```bash npm2yarn -$ npm i @globalart/nestcord discord.js -``` - ## Usage Once the installation process is complete, we can import the `NestCordPaginationModule` with your `NestCordModule` into the root `AppModule`: diff --git a/docs/content/recipes/stat-reporter.md b/docs/content/recipes/stat-reporter.md index 6737e78..1a08be7 100644 --- a/docs/content/recipes/stat-reporter.md +++ b/docs/content/recipes/stat-reporter.md @@ -6,13 +6,7 @@ title: Stat Reporter sidebar_position: 2 --- - `@globalart/nestcord` is a lightweight stat-reporter module for [NestCord](https://nestcord.globalart.dev/). This module sends data from your bot to different monitoring bots services. - -## Installation - -```bash npm2yarn -npm i @globalart/nestcord discord.js -``` +Is a lightweight stat reporter module for NestCord. This module sends data from your bot to different monitoring bot services. ## Usage