mirror of
https://github.com/BluemediaGER/muse.git
synced 2024-11-12 21:05:29 +01:00
Always autoplay rather than alerting that it is paused
This commit is contained in:
parent
b91e072e2f
commit
3924c8007c
|
@ -161,7 +161,8 @@ export default class implements Command {
|
|||
await player.connect(targetVoiceChannel);
|
||||
|
||||
if (player.status === STATUS.PAUSED && queueOldSize) {
|
||||
await msg.channel.send('joined, but I\'m paused, use a lonely `-p` to resume playback');
|
||||
// Resume playing from queue after being paused
|
||||
await player.play();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue