📝 Correct typo (by andreash64)

Correct typo.
This commit is contained in:
Zerio
2020-09-17 20:44:09 +02:00
committed by GitHub

View File

@@ -52,7 +52,7 @@ exports.run = async (client, message, args) => {
message.channel.send(`Now playing ${newTrack.name} ... ${emotes.music}`);
})
.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}`);
});
}
}