Discord-Net-Labs / Discord.Net-Labs

An experimental fork of Discord.Net that implements the newest discord features for testing and development to eventually get merged into Discord.Net
https://labs.discordnet.dev
MIT License
156 stars 42 forks source link

Add min and max value to integer and number types #268

Closed quinchs closed 2 years ago

quinchs commented 2 years ago

Summary

Taken from discord developers:

Minimum and maximum values for slash command options Developers can now set min_value and max_value constraints on numeric slash command option types (INTEGER and NUMBER)

Documentation: https://discord.com/developers/docs/interactions/application-commands#application-command-object-application-command-option-structure

Thanks to community member itohatweb who made this feature request: https://github.com/discord/discord-api-docs/discussions/3327