Add pause and resume

This commit is contained in:
Dragon Fire
2021-02-12 18:19:04 -05:00
parent f8b178bd9d
commit fbc5991bf8
3 changed files with 57 additions and 1 deletions
+1 -1
View File
@@ -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.',