@mostfeatured/dbi 0.0.31 → 0.0.32

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/package.json +1 -1
  2. package/readme.md +1 -1
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "stuffs": "^0.1.17"
10
10
  },
11
11
  "name": "@mostfeatured/dbi",
12
- "version": "0.0.31",
12
+ "version": "0.0.32",
13
13
  "main": "dist/index.js",
14
14
  "type": "commonjs",
15
15
  "private": false,
package/readme.md CHANGED
@@ -109,7 +109,7 @@ dbi.register(({ ChatInput, Event })=>{
109
109
  ```
110
110
  Unutmayın ki aynı anda istediğiniz kadar özelliği çağırabilirsiniz!
111
111
 
112
- #ChatInput & ChatInputOptions
112
+ # ChatInput & ChatInputOptions
113
113
 
114
114
  `ChatInput` sizin anlayacağınız şekilde "Slash Komut" olarak tanımlanmaktadır.
115
115