Skip to content

Commit 0780a47

Browse files
authored
document discord-api-types as a community resource (#2401)
1 parent f2ccd2a commit 0780a47

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/topics/Community_Resources.md

+6
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,9 @@ Using Discord's [Dispatch](#DOCS_DISPATCH_DISPATCH_AND_YOU) tool for game develo
103103
Webhooks and embeds might seem like black magic. That's because they are, but let us help you demystify them a bit. This sweet embed visualizer lets you play around with JSON data and see exactly how it will look embedded in Discord. It even includes a webhook mode!
104104

105105
- [LeoV's Embed Visualizer](https://leovoel.github.io/embed-visualizer/)
106+
107+
## API Types
108+
109+
If you're working on a project that interacts with our API, you might find an API types module useful as it provides type inspection/completion for the Discord API.
110+
111+
- [discord.js API Types](https://github.com/discordjs/discord-api-types)

0 commit comments

Comments
 (0)