Color-Chan.Discord
Color-Chan.Discord copied to clipboard
API models should not share the same data class for different types.
Feature request
API models should not share the same data class for different types. This would prevent issue like: https://github.com/Color-Chan/Color-Chan.Discord/pull/267 in the future.
For example: see DiscordInteractionRequestData. It contains the properties of a Message Component and an Application command
Leaving things as is for now.