Skip to content

Releases: harmonix-js/core

v0.0.14

22 May 20:56
Compare
Choose a tag to compare

compare changes

πŸš€ Enhancements

  • Add autocomplete command (f4d1723)

🩹 Fixes

  • Category set to undefined if command file is not in category folder (ab9fa35)

πŸ“– Documentation

🎨 Styles

❀️ Contributors

v0.0.13

21 May 14:32
Compare
Choose a tag to compare

compare changes

πŸš€ Enhancements

  • Add mentionable and attachment to command option type (ec7ded8)
  • Add possibility to set command available in dm or not (26dc7d5)

🩹 Fixes

  • Context menu config type (e847eb5)
  • Client error when giving no intents (245723b)

πŸ’… Refactors

βœ… Tests

❀️ Contributors

v0.0.12

20 May 14:05
Compare
Choose a tag to compare

compare changes

πŸš€ Enhancements

  • Add context to defineModal callback (46cbaa6)

🩹 Fixes

  • Register all events has once bug (44ad734)
  • Use regex for suffix (7a624e8)
  • Add getters to export list (023cb1a)
  • Remove unused defaultPrefix config (abf4b5b)
  • Select menu interaction type according to select menu type (b438645)
  • Context menu type (865cae4)

βœ… Tests

🎨 Styles

  • Rename gets to getters (07ef2b0)
  • Make defineContextMenu parameters more readable (17846a6)

❀️ Contributors

v0.0.11

19 May 00:26
Compare
Choose a tag to compare

compare changes

πŸš€ Enhancements

  • Define of buttons, modals and select menus are now defined in separate folder (260da9f)

πŸ’… Refactors

  • Use instead of define for discord rich builder (2f5480e)

βœ… Tests

🎨 Styles

❀️ Contributors

v0.0.10

18 May 18:46
Compare
Choose a tag to compare

compare changes

πŸš€ Enhancements

🩹 Fixes

  • Remove guildOnly commands (7967c8a)

βœ… Tests

🎨 Styles

  • Rename ownerId to ownerIds (4271d1d)

❀️ Contributors

v0.0.9

17 May 19:46
Compare
Choose a tag to compare

compare changes

πŸš€ Enhancements

  • Add defineEmbed and defineAttachment (bc2a139)
  • Add clientOptions to config file (dd3d9d2)
  • Add guildOnly command and all commands are slash (824afca)

🩹 Fixes

  • If no clientId is specify, client id of the bot will be automatically used (7458310)
  • Use ready client argument instead of harmonix client (b2c2f74)
  • Change HARMONIX_CLIENT_TOKEN env variable to DISCORD_CLIENT_TOKEN (6be6d93)
  • Remove useless logs (29e8979)
  • Remove useless types (9ab460a)
  • Replace precondition object by name (c64e65e)

πŸ’… Refactors

  • Use discord.js function for mentions (621c622)

πŸ“– Documentation

βœ… Tests

πŸ€– CI

❀️ Contributors

v0.0.8

16 May 15:28
Compare
Choose a tag to compare

compare changes

πŸš€ Enhancements

  • Add a command map (74bab6e)
  • Add useHamronix function to access to harmonix instance (1339153)

🩹 Fixes

  • Required is always true (d2b2fc4)
  • Remove useless discord type (a8036d7)
  • Add default type for slash generic type (e71f2c9)

βœ… Tests

🎨 Styles

πŸ€– CI

❀️ Contributors

v0.0.7

15 May 18:36
Compare
Choose a tag to compare

compare changes

πŸš€ Enhancements

  • Add the possibility to specify if context menu is message or user in the type (5c35735)
  • Add metadata to command arguments (ee04f7d)
  • Apply metadata to slash commands (1ea604b)
  • New argument handling more intuitive (b96afe2)

🩹 Fixes

βœ… Tests

πŸ€– CI

  • Update cli lockfile when triggered (6503300)

❀️ Contributors

v0.0.6

14 May 18:35
Compare
Choose a tag to compare

compare changes

πŸš€ Enhancements

🩹 Fixes

  • Remove cooldowns (not used) (6e60529)

πŸ’… Refactors

βœ… Tests

❀️ Contributors

v0.0.5

14 May 01:13
Compare
Choose a tag to compare

compare changes

πŸš€ Enhancements

  • Implementing commands preconditions (ownerOnly, userPermissions) (494ce35)
  • Implementing commands preconditions nsfw (ffd23a9)

🩹 Fixes

  • Update discord.js version to latest (f53ebd2)

βœ… Tests

🎨 Styles

πŸ€– CI

❀️ Contributors