0.1.0
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
anddm_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
andmax_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