Skip to content

Commit 8f8f1d7

Browse files
authored
Add BotForge tools to Community Resources (#7612)
- [BotForge's Application Commands Builder & Previewer](https://tools.botforge.org/appbuilder) - A modern JSON payload generator and previewer for creating and testing slash commands and context menus. - [BotForge's Permissions Calculator](https://tools.botforge.org/permissions) - An up-to-date permissions calculator to help generate accurate OAuth2 URLs for Discord bots. <3
1 parent 3df3d50 commit 8f8f1d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/developer-tools/community-resources.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ Discord does not maintain official SDKs. The following table is an inexhaustive
6060
- [discord-interactions-php](https://github.com/discord/discord-interactions-php)
6161
- Other
6262
- [caddy-discord-interactions-verifier](https://github.com/CarsonHoffman/caddy-discord-interactions-verifier)
63+
- [BotForge's Application Commands Builder & Previewer](https://tools.botforge.org/appbuilder)
6364
- [Rauf's Slash Command Generator](https://rauf.wtf/slash)
6465
- [Bsati's Slash Command Builder](https://bsati.github.io/dc-app-command-builder/)
6566

@@ -75,6 +76,7 @@ The public preview of the [Discord HTTP API specification](https://github.com/di
7576

7677
[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:
7778

79+
- [BotForge's Permissions Calculator](https://tools.botforge.org/permissions)
7880
- [FiniteReality's Permissions Calculator](https://finitereality.github.io/permissions-calculator/?v=0)
7981
- [abalabahaha's Permissions Calculator](https://discordapi.com/permissions.html#0)
8082

0 commit comments

Comments
 (0)