rmtrollbot 1.1.0 → 1.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.
- package/README.md +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -33,5 +33,7 @@ It also has anti-colorcrash
|
|
|
33
33
|
```ts
|
|
34
34
|
bot.changeColor("#272822") // NICE TRY!!
|
|
35
35
|
```
|
|
36
|
+
# Extensions
|
|
37
|
+
[rmtrollbot-decode](https://www.npmjs.com/package/rmtrollbot-decode?activeTab=readme): Decoder for rmtrollbot
|
|
36
38
|
# Bots using this package
|
|
37
39
|
None have been recorded, but please use this package
|