mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-05 00:06:42 +02:00
Move Play to voice group
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xiao",
|
||||
"version": "131.3.0",
|
||||
"version": "131.3.1",
|
||||
"description": "Your personal server companion.",
|
||||
"main": "Xiao.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user