mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-15 15:57:47 +02:00
Add pause and resume
This commit is contained in:
@@ -4,7 +4,7 @@ module.exports = class StopCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'stop',
|
||||
aliases: ['stop-voice-channel', 'stop-vc', 'stop-voice', 'stop-play', 'stop-playing'],
|
||||
aliases: ['stop-voice-channel', 'stop-vc', 'stop-voice', 'stop-music', 'stop-playing'],
|
||||
group: 'util-voice',
|
||||
memberName: 'stop',
|
||||
description: 'Stops the current audio playing.',
|
||||
|
||||
Reference in New Issue
Block a user