Files
discord.js/packages/voice/examples
Suneet Tipirneni 72577c4bfd feat: add API v10 support (#7477)
* feat: add API v10 support

* refactor: update deps

* chore: rebase fixes
2022-03-15 21:37:07 +01:00
..
2022-03-15 21:37:07 +01:00
2022-01-07 17:18:25 +01:00
2022-01-07 17:18:25 +01:00
2022-01-07 17:18:25 +01:00

Examples

Example Description
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 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
Music Bot A TypeScript example of a YouTube music bot. Demonstrates how queues can be implemented and how to implement "good" disconnect/reconnection logic
Recorder An example of using voice receive to create a bot that can record audio from users