diff --git a/README.md b/README.md index e1d84e63..905f237b 100644 --- a/README.md +++ b/README.md @@ -898,13 +898,10 @@ Total: 609 * **airhorn:** Plays an airhorn sound in a voice channel. * **dec-talk:** The world's best Text-to-Speech. * **mindfulness:** Immerse yourself in some mindful quotes. +* **play:** Plays a YouTube video in your voice channel. * **soundboard:** Plays a sound in a voice channel. * **vocodes:** Speak text like a variety of famous figures. -### Music: - -* **play:** Plays a YouTube video in your voice channel. - ### Reminders: * **delete-reminder:** Deletes your reminder. diff --git a/Xiao.js b/Xiao.js index 56e16994..ff75a328 100644 --- a/Xiao.js +++ b/Xiao.js @@ -38,7 +38,6 @@ client.registry ['edit-text', 'Text Manipulation'], ['edit-number', 'Number Manipulation'], ['voice', 'Play Audio'], - ['music', 'Music'], ['remind', 'Reminders'], ['phone', 'Phone'], ['code', 'Coding Tools'], diff --git a/commands/music/play.js b/commands/voice/play.js similarity index 99% rename from commands/music/play.js rename to commands/voice/play.js index 2d02794a..74cd9285 100644 --- a/commands/music/play.js +++ b/commands/voice/play.js @@ -10,7 +10,7 @@ module.exports = class PlayCommand extends Command { super(client, { name: 'play', aliases: ['play-music', 'music'], - group: 'music', + group: 'voice', memberName: 'play', description: 'Plays a YouTube video in your voice channel.', guildOnly: true, diff --git a/package.json b/package.json index 0a4dad8a..740fa214 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "131.3.0", + "version": "131.3.1", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {