Move Play to voice group

This commit is contained in:
Dragon Fire
2021-03-02 20:33:58 -05:00
parent 1f987befa6
commit 375dbf9602
4 changed files with 3 additions and 7 deletions
+1 -4
View File
@@ -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.
-1
View File
@@ -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'],
@@ -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,
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiao",
"version": "131.3.0",
"version": "131.3.1",
"description": "Your personal server companion.",
"main": "Xiao.js",
"scripts": {