Skip to content

0.1.0

Compare
Choose a tag to compare
@ckohen ckohen released this 23 Jun 04:41
· 15 commits to main since this release
ed7d8d5

Full Changelog: https://github.com/ckohen/deploy-interactions/commits/0.1.0

BREAKING: Updated many deps, typescript users may have issues with types in discord-api-types specifically
BREAKING: default_permission is no longer checked in equals cases

Features:

  • Support for default_member_permissions and dm_permission in equals cases
  • Support for Attachment options in equals cases
  • Support for channel_types in equals cases
  • Support for autocomplete in equals cases
  • Support for min_value and max_value in equals cases
  • All of discord-api-types is now re-exported through this module to avoid type mismatches between versions

Warning
If you have other usess for discord-api-types in your code and are only interacting with this module through the CLI, you should use your own version of discord-api-types as the types do not matter when run through the CLI