necord 3.0.0 → 3.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -3,8 +3,9 @@
3
3
  </p>
4
4
 
5
5
  <p align="center">
6
- A Discord bot framework built on top of <a href="https://discord.js.org/#/" target="_blank">Discord.js</a> and <a href="https://nestjs.com/" target="_blank">Nest.js</a> for advanced and amazing bots.
6
+ A module for creating Discord bots using <a href="https://nestjs.com/" target="_blank">NestJS</a>, based on <a href="https://discord.js.org/#/" target="_blank">Discord.js</a>.
7
7
  </p>
8
+
8
9
  <p align="center">
9
10
  <a href='https://img.shields.io/npm/v/necord'><img src="https://img.shields.io/npm/v/necord" alt="NPM Version" /></a>
10
11
  <a href='https://img.shields.io/npm/l/necord'><img src="https://img.shields.io/npm/l/necord" alt="NPM License" /></a>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "necord",
3
- "description": "A Discord bot framework built on top of Discord.js and Nest.js for advanced and amazing bots.",
4
- "version": "3.0.0",
3
+ "description": "A module for creating Discord bots using NestJS, based on Discord.js.",
4
+ "version": "3.0.1",
5
5
  "scripts": {
6
6
  "build": "rimraf -rf dist && tsc -p tsconfig.json",
7
7
  "prepublish:npm": "npm run build",