rmtrollbot 2.1.0 → 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.
- package/README.md +23 -0
- 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](https://www.npmjs.com/package/pnpm)
|
|
57
|
+
To install this package by PNPM, run the following:
|
|
58
|
+
```sh
|
|
59
|
+
pnpm i rmtrollbot
|
|
60
|
+
```
|
|
61
|
+
## [YARN](https://www.npmjs.com/package/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](https://www.npmjs.com/package/deno)
|
|
68
|
+
To install this package by Deno, run the following:
|
|
69
|
+
```sh
|
|
70
|
+
deno install npm:rmtrollbot
|
|
71
|
+
```
|
|
72
|
+
## [BUN](https://www.npmjs.com/package/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
|