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