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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. 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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rmtrollbot",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "A package making the producing of rmtrollbox bots easier.",
5
5
  "main": "index.mts",
6
6
  "scripts": {