diff --git a/src/mpc-commands.js b/src/mpc-commands.js index be558be..1be0afa 100644 --- a/src/mpc-commands.js +++ b/src/mpc-commands.js @@ -53,6 +53,7 @@ const addAllPlaylists = async event => { ).then(() => { shuffleAllPlaylists() play() + return event.reply('Successfully reset playlists.') }) } catch (e) { return handleError(e, event)