@mostfeatured/dbi 0.2.0 → 0.2.2

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/docs/README.md CHANGED
@@ -330,7 +330,7 @@ dbi.register(({ ChatInput, ChatInputOptions, Button, Locale }) => {
330
330
 
331
331
  ## 📄 License
332
332
 
333
- MIT License - See [LICENSE](../LICENSE) for details.
333
+ GPL-3.0 License - See [LICENSE](../LICENSE) for details.
334
334
 
335
335
  ---
336
336
 
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "tslib": "^2.6.3"
17
17
  },
18
18
  "name": "@mostfeatured/dbi",
19
- "version": "0.2.0",
19
+ "version": "0.2.2",
20
20
  "main": "dist/index.js",
21
21
  "types": "dist/index.d.ts",
22
22
  "typesVersions": {
@@ -45,7 +45,32 @@
45
45
  "url": "https://github.com/MostFeatured/DiscordBotInfrastructure/issues"
46
46
  },
47
47
  "homepage": "https://github.com/MostFeatured/DiscordBotInfrastructure#readme",
48
- "description": "",
48
+ "description": "The most advanced, modern, and developer-friendly Discord.js v14 bot infrastructure with slash commands, components, localization, sharding, and Svelte UI support.",
49
+ "keywords": [
50
+ "discord",
51
+ "discord.js",
52
+ "discord-bot",
53
+ "bot-framework",
54
+ "bot-infrastructure",
55
+ "slash-commands",
56
+ "discord-interactions",
57
+ "discord-components",
58
+ "buttons",
59
+ "select-menu",
60
+ "modals",
61
+ "localization",
62
+ "i18n",
63
+ "sharding",
64
+ "hybrid-sharding",
65
+ "svelte",
66
+ "typescript",
67
+ "discord-api",
68
+ "chatinput",
69
+ "context-menu",
70
+ "rate-limiting",
71
+ "multi-client",
72
+ "hot-reload"
73
+ ],
49
74
  "devDependencies": {
50
75
  "@types/jsdom": "^21.1.7",
51
76
  "@types/lodash": "^4.14.182",
package/readme.md CHANGED
@@ -256,7 +256,7 @@ Contributions are welcome! Feel free to open issues or submit pull requests.
256
256
 
257
257
  ## 📄 License
258
258
 
259
- [MIT](LICENSE) © TheArmagan
259
+ [GPL-3.0](LICENSE) © TheArmagan
260
260
 
261
261
  ---
262
262