add message for reset playlists

This commit is contained in:
notnull 2020-01-07 06:17:19 -05:00
parent 8362ef0659
commit 03fc3e81c3

View File

@ -53,6 +53,7 @@ const addAllPlaylists = async event => {
).then(() => {
shuffleAllPlaylists()
play()
return event.reply('Successfully reset playlists.')
})
} catch (e) {
return handleError(e, event)