rmtrollbot 2.1.1 → 2.1.2

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 +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -53,23 +53,23 @@ bot.changeBack() // Changes tag back to "bot"
53
53
  [rmtrollbot-ping](https://www.npmjs.com/package/rmtrollbot-ping): Ping example
54
54
  # Other Package Managers
55
55
  These are the other package managers that are also supported.
56
- ## [PNPM]()
56
+ ## [PNPM](https://www.npmjs.com/package/pnpm)
57
57
  To install this package by PNPM, run the following:
58
58
  ```sh
59
59
  pnpm i rmtrollbot
60
60
  ```
61
- ## [YARN]()
61
+ ## [YARN](https://www.npmjs.com/package/yarn)
62
62
  To install this package by Yarn, run the following:
63
63
  ```sh
64
64
  yarn add rmtrollbot
65
65
  ```
66
66
  Check out the same package in the Yarn website [here](https://yarnpkg.com/package?name=rmtrollbot)!
67
- ## [DENO]()
67
+ ## [DENO](https://www.npmjs.com/package/deno)
68
68
  To install this package by Deno, run the following:
69
69
  ```sh
70
70
  deno install npm:rmtrollbot
71
71
  ```
72
- ## [BUN]()
72
+ ## [BUN](https://www.npmjs.com/package/bun)
73
73
  To install this package by Bun, run the following:
74
74
  ```sh
75
75
  bun add rmtrollbot
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rmtrollbot",
3
- "version": "2.1.1",
3
+ "version": "2.1.2",
4
4
  "description": "A package making the producing of rmtrollbox bots easier.",
5
5
  "main": "index.mts",
6
6
  "scripts": {