Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 15 Nov 21:10
· 132 commits to main since this release

1.0.0 (2023-11-15)

Bug Fixes

  • AutoCompleteOption: add missing #set calls in #addOptionHandler (e7d3576)
  • avoid instance checking for official modules (5dbd49b)
  • duplicate @rhidium prefix (53d18fe)
  • exclude modules from initial component load (7ea5e66)
  • explicit only initialize Lang once (e4ce1df)
  • improve error feedback for module version mis-match (1d0f8e1)
  • Job: provide Ready client in #run (05d90d6)
  • populate/update reference to module to be used in callbacks (c7163ef)
  • remove WIP modules (93548de)
  • test publish (6d3774b)
  • update Client references, djs update (8078303)

Features

  • add strict instanceof checking back in (1ec7822)
  • allow local module development / npm link (b760fe2)
  • confirmation handlers for interactions (0e38815)
  • distinguish between public and private modules (755feb1)
  • dutch locale (a1ef303)
  • Embeds: add extraction utilities for custom title+desc (a62582b)
  • include full dutch localizations (99b40c9)
  • include Module in CommandType (48b9b00)
  • initial commit (b73f1fd)
  • module instance debugging (6cddb60)
  • Modules: localize modules (fc3d83d)
  • npm+private modules (bbaffe9)
  • Permissions: add #uniqueCommandPermissions to Utils (cd77455)
  • remove instanceof checking, allow development of local modules (c54e604)
  • rework module loading and component backtracing (6bfbeee)
  • standalone localization for modules (046aa11)
  • use local npm links in dev mode (3975386)