Files
discord.js/packages/voice/examples/README.md
2022-07-01 10:54:11 +02:00

8 lines
977 B
Markdown

# Examples
| Example | Description |
| ------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Basic](./basic) | A simple "Hello World" TypeScript example that plays an mp3 file. Notably, it works with discord.js v12 and so it also contains an example of creating an adapter |
| [Radio Bot](./radio-bot) | A fun JavaScript example of what you can create using @discordjs/voice. A radio bot that plays output from your speakers in a Discord voice channel |
| [Recorder](./recorder) | An example of using voice receive to create a bot that can record audio from users |