Skip to content

Commit

Permalink
chore:
Browse files Browse the repository at this point in the history
  • Loading branch information
RozmarinUS committed May 28, 2024
1 parent 5da896f commit 09e282b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 20 deletions.
8 changes: 1 addition & 7 deletions docs/content/recipes/localization.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:
Expand Down
6 changes: 0 additions & 6 deletions docs/content/recipes/pagination.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:
Expand Down
8 changes: 1 addition & 7 deletions docs/content/recipes/stat-reporter.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 09e282b

Please sign in to comment.