necord 6.12.4 → 6.14.0

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 (106) hide show
  1. package/CHANGELOG.md +22 -1
  2. package/coverage/clover.xml +1805 -0
  3. package/coverage/coverage-final.json +113 -0
  4. package/coverage/lcov-report/base.css +224 -0
  5. package/coverage/lcov-report/block-navigation.js +87 -0
  6. package/coverage/lcov-report/favicon.png +0 -0
  7. package/coverage/lcov-report/index.html +431 -0
  8. package/coverage/lcov-report/prettify.css +1 -0
  9. package/coverage/lcov-report/prettify.js +2 -0
  10. package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
  11. package/coverage/lcov-report/sorter.js +210 -0
  12. package/coverage/lcov.info +3316 -0
  13. package/dist/commands/commands.module.d.ts +2 -2
  14. package/dist/commands/commands.module.js +3 -3
  15. package/dist/commands/commands.service.d.ts +1 -1
  16. package/dist/commands/commands.service.js +1 -1
  17. package/dist/commands/context-menus/context-menu.discovery.d.ts +2 -2
  18. package/dist/commands/context-menus/context-menus.module.d.ts +3 -3
  19. package/dist/commands/context-menus/context-menus.module.js +2 -2
  20. package/dist/commands/context-menus/context-menus.service.js +1 -1
  21. package/dist/commands/context-menus/decorators/context-menu.decorator.js +1 -1
  22. package/dist/commands/context-menus/decorators/index.d.ts +1 -1
  23. package/dist/commands/context-menus/decorators/index.js +1 -1
  24. package/dist/commands/context-menus/index.d.ts +1 -1
  25. package/dist/commands/context-menus/index.js +1 -1
  26. package/dist/commands/index.d.ts +2 -2
  27. package/dist/commands/index.js +2 -2
  28. package/dist/commands/slash-commands/autocomplete/autocomplete.interceptor.d.ts +1 -1
  29. package/dist/commands/slash-commands/decorators/index.d.ts +1 -1
  30. package/dist/commands/slash-commands/decorators/index.js +1 -1
  31. package/dist/commands/slash-commands/decorators/slash-command.decorator.js +1 -1
  32. package/dist/commands/slash-commands/decorators/subcommand-group.decorator.js +3 -3
  33. package/dist/commands/slash-commands/decorators/subcommand.decorator.js +1 -1
  34. package/dist/commands/slash-commands/slash-command.discovery.d.ts +4 -4
  35. package/dist/commands/slash-commands/slash-commands.module.d.ts +2 -2
  36. package/dist/commands/slash-commands/slash-commands.module.js +1 -1
  37. package/dist/commands/slash-commands/slash-commands.service.d.ts +2 -2
  38. package/dist/commands/slash-commands/slash-commands.service.js +1 -1
  39. package/dist/context/decorators/params.util.d.ts +1 -1
  40. package/dist/context/necord-arguments-host.d.ts +2 -2
  41. package/dist/context/necord-base.discovery.d.ts +1 -1
  42. package/dist/context/necord-params.factory.d.ts +3 -2
  43. package/dist/index.d.ts +4 -4
  44. package/dist/index.js +4 -4
  45. package/dist/listeners/decorators/listener.decorator.js +1 -1
  46. package/dist/listeners/decorators/on.decorator.d.ts +1 -6
  47. package/dist/listeners/decorators/on.decorator.js +6 -0
  48. package/dist/listeners/decorators/once.decorator.d.ts +1 -6
  49. package/dist/listeners/decorators/once.decorator.js +6 -0
  50. package/dist/listeners/handlers/channel-update.handler.d.ts +1 -1
  51. package/dist/listeners/handlers/channel-update.handler.js +3 -3
  52. package/dist/listeners/handlers/guild-audit-log-entry-create.handler.d.ts +1 -1
  53. package/dist/listeners/handlers/guild-audit-log-entry-create.handler.js +3 -3
  54. package/dist/listeners/handlers/guild-member-update.handler.d.ts +1 -1
  55. package/dist/listeners/handlers/guild-member-update.handler.js +2 -2
  56. package/dist/listeners/handlers/guild-update.handler.d.ts +1 -1
  57. package/dist/listeners/handlers/guild-update.handler.js +3 -3
  58. package/dist/listeners/handlers/message-update.handler.d.ts +1 -1
  59. package/dist/listeners/handlers/message-update.handler.js +4 -4
  60. package/dist/listeners/handlers/presence-update.handler.d.ts +1 -1
  61. package/dist/listeners/handlers/presence-update.handler.js +3 -3
  62. package/dist/listeners/handlers/role-update.handler.d.ts +1 -1
  63. package/dist/listeners/handlers/role-update.handler.js +3 -3
  64. package/dist/listeners/handlers/thread-update.handler.d.ts +1 -1
  65. package/dist/listeners/handlers/thread-update.handler.js +2 -2
  66. package/dist/listeners/handlers/user-update.handler.d.ts +1 -1
  67. package/dist/listeners/handlers/user-update.handler.js +2 -2
  68. package/dist/listeners/handlers/voice-state-update.handler.d.ts +1 -1
  69. package/dist/listeners/handlers/voice-state-update.handler.js +3 -3
  70. package/dist/listeners/index.d.ts +1 -1
  71. package/dist/listeners/index.js +1 -1
  72. package/dist/listeners/listeners.module.d.ts +2 -2
  73. package/dist/listeners/listeners.module.js +4 -4
  74. package/dist/listeners/scopes/async-custom-listener.context.d.ts +1 -1
  75. package/dist/message-components/decorators/message-component.decorator.js +1 -1
  76. package/dist/message-components/decorators/selected.decorator.js +1 -1
  77. package/dist/message-components/message-components.module.d.ts +3 -3
  78. package/dist/message-components/message-components.module.js +1 -1
  79. package/dist/modals/decorators/index.d.ts +1 -1
  80. package/dist/modals/decorators/index.js +1 -1
  81. package/dist/modals/decorators/modal.decorator.js +1 -1
  82. package/dist/modals/modal.discovery.d.ts +1 -1
  83. package/dist/modals/modal.discovery.js +1 -1
  84. package/dist/modals/modals.module.d.ts +2 -2
  85. package/dist/modals/modals.module.js +2 -2
  86. package/dist/necord-context.creator.js +6 -6
  87. package/dist/necord-explorer.service.d.ts +1 -1
  88. package/dist/necord-explorer.service.js +1 -1
  89. package/dist/necord-options.interface.d.ts +4 -0
  90. package/dist/necord.module.d.ts +2 -2
  91. package/dist/necord.module.js +7 -7
  92. package/dist/providers/channels.provider.d.ts +1 -1
  93. package/dist/providers/guilds.provider.d.ts +1 -1
  94. package/dist/providers/shard.provider.d.ts +1 -1
  95. package/dist/providers/users.provider.d.ts +1 -1
  96. package/dist/providers/voice.provider.d.ts +1 -1
  97. package/dist/providers/ws.provider.d.ts +1 -1
  98. package/dist/text-commands/decorators/text-command.decorator.js +1 -1
  99. package/dist/text-commands/text-command.discovery.d.ts +2 -0
  100. package/dist/text-commands/text-command.discovery.js +3 -0
  101. package/dist/text-commands/text-commands.module.d.ts +4 -4
  102. package/dist/text-commands/text-commands.module.js +14 -6
  103. package/dist/text-commands/text-commands.service.js +8 -1
  104. package/eslint.config.mjs +41 -0
  105. package/package.json +18 -18
  106. package/tsconfig.json +4 -2
package/CHANGELOG.md CHANGED
@@ -1,6 +1,27 @@
1
1
  # Changelog
2
2
 
3
- ## 6.12.4 (2026-02-08)
3
+ ## [6.14.0](https://github.com/necordjs/necord/compare/v6.13.0...v6.14.0) (2026-05-12)
4
+
5
+ ### Features
6
+
7
+ * added aliases to text commands ([#1710](https://github.com/necordjs/necord/issues/1710)) ([2bbae38](https://github.com/necordjs/necord/commit/2bbae38c630a1f8d944ae30e4121898216f08ba1))
8
+
9
+ ### Refactor
10
+
11
+ * migrate to npm ([9e74dc5](https://github.com/necordjs/necord/commit/9e74dc5e7742764ba21bdfddb0d2bfc2d7a14e69))
12
+ * migrate to npm ([2517c8a](https://github.com/necordjs/necord/commit/2517c8a93afc42ac1503aacdba607efa52d0bc07))
13
+ * migrate to npm ([b9e7e90](https://github.com/necordjs/necord/commit/b9e7e901feffeb84e307ce5430f1cccc7d7bc0ec))
14
+
15
+ ### Styling
16
+
17
+ * import perfectionist ([ed15e9d](https://github.com/necordjs/necord/commit/ed15e9df2be1871e65927f5c6812ffb69223d113))
18
+ * remove trailing comma ([728a773](https://github.com/necordjs/necord/commit/728a773b8151acd5c9b41d67d0ea0cc4fd0ba7df))
19
+
20
+ ## [6.13.0](https://github.com/necordjs/necord/compare/v6.12.0...v6.13.0) (2026-04-25)
21
+
22
+ ### Bug Fixes
23
+
24
+ * migrate to ts 6 ([52be9c3](https://github.com/necordjs/necord/commit/52be9c3c3acb6d525e13ecd87a093d6749fcf45e))
4
25
 
5
26
  ## [6.12.0](https://github.com/necordjs/necord/compare/v6.11.2...v6.12.0) (2025-12-30)
6
27