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
@@ -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,