diff --git a/docs/developer-tools/community-resources.mdx b/docs/developer-tools/community-resources.mdx index 187449bdae..94857687b0 100644 --- a/docs/developer-tools/community-resources.mdx +++ b/docs/developer-tools/community-resources.mdx @@ -60,6 +60,7 @@ Discord does not maintain official SDKs. The following table is an inexhaustive - [discord-interactions-php](https://github.com/discord/discord-interactions-php) - Other - [caddy-discord-interactions-verifier](https://github.com/CarsonHoffman/caddy-discord-interactions-verifier) + - [BotForge's Application Commands Builder & Previewer](https://tools.botforge.org/appbuilder) - [Rauf's Slash Command Generator](https://rauf.wtf/slash) - [Bsati's Slash Command Builder](https://bsati.github.io/dc-app-command-builder/) @@ -75,6 +76,7 @@ The public preview of the [Discord HTTP API specification](https://github.com/di [Permissions](/docs/topics/permissions#permissions) in Discord are tricky. Luckily, we've got really smart people who love us and have made some great permissions calculators. If you're making a bot for others, and you're not sure how to properly calculate permissions or generate your [authorization URL](/docs/topics/oauth2#bot-authorization-flow), these are great tools: +- [BotForge's Permissions Calculator](https://tools.botforge.org/permissions) - [FiniteReality's Permissions Calculator](https://finitereality.github.io/permissions-calculator/?v=0) - [abalabahaha's Permissions Calculator](https://discordapi.com/permissions.html#0)