Skip to content

Releases: cobaltt7/strife.js

v4.2.0

30 Nov 22:40
v4.2.0
1ca44c1
Compare
Choose a tag to compare
  • impr: Include allowedMentions in getMessageJSON()
  • impr: Stop disabling premium buttons in disableComponents()
  • fix: Fix logError() not logging all available data
  • fix: Fix paginate() item numbering resetting on each page

v4.1.4

27 Oct 18:34
v4.1.4
a323c6e
Compare
Choose a tag to compare

Fix paginate types and a default

v4.1.3

22 Oct 01:42
Compare
Choose a tag to compare

yeah i forgot to export the utils

v4.1.0

21 Oct 22:20
Compare
Choose a tag to compare
  • impr: Add many various Discord.JS utility functions that may be helpful for bots
  • impr: Add a built-in fully-fledged error handling system
  • impr: Add debug option
  • impr: Allow omitting the modulesDirectory option to not load any modules
  • fix: Fix type errors when using Discord.JS 14.15+
  • fix: Ignore duplicate guild IDs in access
  • fix: Rename StringAutocompleteOption to StringOption
  • fix: Slightly improve option types for DM commands
  • fix: Remove unused dependency on tslib
  • fix: Deprecate the internal CacheReducer type
  • fix: Change Node.JS version requirement from 18.11.1 to 18.11.0
  • docs: Add JSDoc to everything
  • docs: Add more metadata to package.json and the NPM package listing
  • docs: Update recommended modulesDirectory to have shorter code
  • docs: Fix incorrect @defaults docs

v4.0.1

20 Dec 00:03
Compare
Choose a tag to compare

3.1.0 attempted to add CJS support, and the many patch and -dev releases following attempted to fix CJS and ESM and TypeScript never working well together. In the end, it failed. I have no idea what works on which versions, if anything. This package will continue to be ESM-only. If you are able to get CJS working with types at the same time as typed ESM, please PR it.

In addition, this release swaps options.<option>.choices to have the keys be the values passed to your bot and the values are the descriptions. This should result in slightly more concise and clean code.

v1.0.2

13 Jun 17:15
Compare
Choose a tag to compare

Update discord.js minimum version

v1.0.1

13 Jun 17:09
Compare
Choose a tag to compare
1.0.1

v1.0.0

13 Jun 16:25
Compare
Choose a tag to compare

Initial release