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

Documentation outdated: ApplicationCommandException is deprecated #406

Closed svr333 closed 2 years ago

svr333 commented 2 years ago

The documentation still has example code with ApplicationCommandException but this has been deprecated in favor of HttpException.

Example from bulk-overwrite-of-global-slash-commands.md: image