From 03fc3e81c39e643adcbf10f68d8caf4c6adf8981 Mon Sep 17 00:00:00 2001 From: notnull Date: Tue, 7 Jan 2020 06:17:19 -0500 Subject: [PATCH] add message for reset playlists --- src/mpc-commands.js | 1 + 1 file changed, 1 insertion(+) 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)