From 741b3c8e279c1cc6ba862bc83299d369bc6c1bc6 Mon Sep 17 00:00:00 2001 From: tnfAngel <57068341+tnfAngel@users.noreply.github.com> Date: Fri, 1 Jul 2022 09:54:11 +0100 Subject: [PATCH] docs: Remove Music bot in voice examples (#8203) --- packages/voice/examples/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/voice/examples/README.md b/packages/voice/examples/README.md index e45b6c875..81617f38e 100644 --- a/packages/voice/examples/README.md +++ b/packages/voice/examples/README.md @@ -4,5 +4,4 @@ | ------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | | [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 | -| [Music Bot](./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](./recorder) | An example of using voice receive to create a bot that can record audio from users |