djs-builder 0.2.4 → 0.2.5

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -69,7 +69,7 @@ const starterOptions = {
69
69
  dbName: 'your_database_name' // [OPTIONAL] MongoDB database name
70
70
  },
71
71
  verse: {
72
- apaterType: 'json', // Required: Database adapter type ['json', 'yaml', 'sql']
72
+ adapterType: 'json', // Required: Database adapter type ['json', 'yaml', 'sql']
73
73
  path: '/path/to/json/file', // Required: Path to database file
74
74
  dev: {
75
75
  enable: true, // Required: Enable development mode
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "djs-builder",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
4
4
  "description": "Discord.js bot builder. Supports Ts and Js.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",