This commit is contained in:
Andreas Hollmeier
2020-09-16 20:55:30 +02:00
parent 27983fcbe6
commit ffd71192b4

View File

@@ -52,7 +52,7 @@ exports.run = async (client, message, args) => {
message.channel.send(`Now playing ${newTrack.name} ... ${emotes.music}`); message.channel.send(`Now playing ${newTrack.name} ... ${emotes.music}`);
}) })
.on('channelEmpty', () => { .on('channelEmpty', () => {
message.channel.send(`Music stoppted, there are no more members in the voice channel ${emotes.error}`); message.channel.send(`Music stopped, there are no more members in the voice channel ${emotes.error}`);
}); });
} }
} }