Skip to content

Commit

Permalink
chore: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
RozmarinUS committed May 29, 2024
1 parent 2b82d09 commit 8f71e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/recipes/stat-reporter.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Is a lightweight stat reporter module for NestCord. This module sends data from
## Usage

Once the installation process is complete, we can import the `NestCordStatReporterModule` with your `NestCordModule` into the root `AppModule`:

```typescript
import { Module } from '@nestjs/common';
import { AppService } from './app.service';
Expand Down Expand Up @@ -54,5 +53,6 @@ import { NestCordModule,
export class AppModule {
}
```
In `services`, all the services on which the bot is monitored should be listed, and the request body should be passed. `{{serverCount}}` and `{{shardCount}}` will be automatically replaced.

Congratulations! You have successfully register cronjob with NestCord!

0 comments on commit 8f71e9e

Please sign in to comment.