@mostfeatured/dbi 0.0.3 → 0.0.4

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/src/DBI.ts +1 -1
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "stuffs": "^0.1.17"
11
11
  },
12
12
  "name": "@mostfeatured/dbi",
13
- "version": "0.0.3",
13
+ "version": "0.0.4",
14
14
  "main": "dist/src/index.js",
15
15
  "type": "commonjs",
16
16
  "private": false,
package/src/DBI.ts CHANGED
@@ -191,7 +191,7 @@ export class DBI {
191
191
  };
192
192
  Locale = Object.assign(Locale, class { constructor(...args) { return Locale.call(this, ...args); } });
193
193
 
194
- return await cb({
194
+ await cb({
195
195
  ChatInput,
196
196
  Event,
197
197
  ChatInputOptions: DBIChatInputOptions,