From ffd71192b4d05e808d61602eaa188a65a22ea038 Mon Sep 17 00:00:00 2001 From: Andreas Hollmeier Date: Wed, 16 Sep 2020 20:55:30 +0200 Subject: [PATCH] typo --- commands/play.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/play.js b/commands/play.js index a8d947d..d808cf6 100644 --- a/commands/play.js +++ b/commands/play.js @@ -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}`); }); } }